#AF6A0E

Color #AF6A0E Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AF6A0E

Tints of Golden Brown #AF6A0E

Color information

#AF6A0E (or 0xAF6A0E) is unknown color: approx Golden Brown. HEX triplet: AF, 6A and 0E. RGB value is (175,106,14). Sum of RGB (Red+Green+Blue) = 175+106+14=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6A0E is #5095F1. Grayscale: #747474. Windows color (decimal): -5281266 or 944815. OLE color: 944815.

HSL color Cylindrical-coordinate representation of color #AF6A0E: hue angle of 34.29º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF6A0E is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB17510614-
CMYK00.390.920.31
HSL34.29º85.19%37.06%-
HSV(B)34.29º92%68.63%-
XYZ22.9119.452.96-
YUV116.1470.36169.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 59.32%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=59.32%
G=35.93%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751061400.390.920.3134.2985.1937.06
HexAF6AE0275C1F225525
Octal25715216047134374212545
Binary101011111101010111001001111011100111111000101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A0E; }

 p { color: rgb(175,106,14); }

 H1.HeaderClassName
 {
   color: #AF6A0E;
 }
 .AnyTagClassName
 {
   color: #AF6A0E;
 }
</style>
background-color css

<style>
 a { background-color: #AF6A0E; }

 a { background-color: rgb(175,106,14); }

 div.DivClassName
 {
   background-color: #AF6A0E;
 }
 .BgClassName
 {
   background-color: #AF6A0E;
 }
</style>
border-color css

<style>
 span { border-color: #AF6A0E; }

 span { border-color: rgb(175,106,14); }

 td.TdClassName
 {
   border-color: #AF6A0E;
 }
 .TagClassName
 {
   border-color: #AF6A0E;
 }
</style>