Html Css Color HEX #AF6112 Golden Brown

📋 copy color: '#AF6112'

red 175 ◦ green 97 ◦ blue 18

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

Shades of Golden Brown #AF6112

Tints of Golden Brown #AF6112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

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

R = 60.34%
G = 33.45%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF6112 (or 0xAF6112) is known color: Golden Brown. HEX triplet: AF, 61 and 12. RGB value is (175,97,18). Sum of RGB (Red+Green+Blue) = 175+97+18=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6112 is #509EED. Grayscale: #6F6F6F. Windows color (decimal): -5283566 or 1204655. OLE color: 1204655.

HSL color Cylindrical-coordinate representation of color #AF6112: hue angle of 30.19º 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 #AF6112 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 97 18 -
CMYK 0 0.45 0.90 0.31
HSL 30.19º 0.81% 0.38% -
HSV(B) 30.19º 0.9% 0.69% -
XYZ 22.06 17.71 2.83 -
YUV 111.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 175 97 18 0 0.45 0.90 0.31 30.19 0.81 0.38
Hex AF 61 12 0 2D 5A 1F 1E 51 26
Octal 257 141 22 0 55 132 37 36 121 46
Binary 10101111 1100001 10010 0 101101 1011010 11111 11110 1010001 100110

Color Harmonies of #AF6112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6112

Black with #AF6112

Text Example


Text Example

White with #AF6112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6112; }

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

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

background-color css

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

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

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

border-color css

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

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

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