Html Css Color HEX #AF6F12 Golden Brown

📋 copy color: '#AF6F12'

red 175 ◦ green 111 ◦ blue 18

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

Shades of Golden Brown #AF6F12

Tints of Golden Brown #AF6F12

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.51%

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 57.57%
G = 36.51%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF6F12 (or 0xAF6F12) is known color: Golden Brown. HEX triplet: AF, 6F and 12. RGB value is (175,111,18). Sum of RGB (Red+Green+Blue) = 175+111+18=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6F12 is #5090ED. Grayscale: #777777. Windows color (decimal): -5279982 or 1208239. OLE color: 1208239.

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

Color convert

RGB 175 111 18 -
CMYK 0 0.37 0.90 0.31
HSL 35.54º 0.81% 0.38% -
HSV(B) 35.54º 0.9% 0.69% -
XYZ 23.47 20.53 3.3 -
YUV 119.53 70.7 167.56 -
System Red Green Blue C M Y K H S L
Decimal 175 111 18 0 0.37 0.90 0.31 35.54 0.81 0.38
Hex AF 6F 12 0 25 5A 1F 24 51 26
Octal 257 157 22 0 45 132 37 44 121 46
Binary 10101111 1101111 10010 0 100101 1011010 11111 100100 1010001 100110

Color Harmonies of #AF6F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F12

Black with #AF6F12

Text Example


Text Example

White with #AF6F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F12; }

 p { color: rgb(175,111,18); }

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

background-color css

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

 a { background-color: rgb(175,111,18); }

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

border-color css

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

 span { border-color: rgb(175,111,18); }

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