Html Css Color HEX #AF6E0C Golden Brown

📋 copy color: '#AF6E0C'

red 175 ◦ green 110 ◦ blue 12

#AF6E0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AF6E0C

Tints of Golden Brown #AF6E0C

RGB

 RED value IS 175 (68.75% from 255) = 58.92%

 GREEN value IS 110 (43.36% from 255) = 37.04%

 BLUE value IS 12 (5.08% from 255) = 4.04%

R = 58.92%
G = 37.04%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF6E0C (or 0xAF6E0C) is known color: Golden Brown. HEX triplet: AF, 6E and 0C. RGB value is (175,110,12). Sum of RGB (Red+Green+Blue) = 175+110+12=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6E0C is #5091F3. Grayscale: #767676. Windows color (decimal): -5280244 or 814767. OLE color: 814767.

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

Color convert

RGB 175 110 12 -
CMYK 0 0.37 0.93 0.31
HSL 36.07º 0.87% 0.37% -
HSV(B) 36.07º 0.93% 0.69% -
XYZ 23.32 20.29 3.04 -
YUV 118.26 68.03 168.47 -
System Red Green Blue C M Y K H S L
Decimal 175 110 12 0 0.37 0.93 0.31 36.07 0.87 0.37
Hex AF 6E C 0 25 5D 1F 24 57 25
Octal 257 156 14 0 45 135 37 44 127 45
Binary 10101111 1101110 1100 0 100101 1011101 11111 100100 1010111 100101

Color Harmonies of #AF6E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E0C

Black with #AF6E0C

Text Example


Text Example

White with #AF6E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E0C; }

 p { color: rgb(175,110,12); }

 H1.HeaderClassName
 {
   color: #AF6E0C;
 }
 .AnyTagClassName
 {
   color: #AF6E0C;
 }
</style>

background-color css

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

 a { background-color: rgb(175,110,12); }

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

border-color css

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

 span { border-color: rgb(175,110,12); }

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