Html Css Color HEX #AF6012 Golden Brown

📋 copy color: '#AF6012'

red 175 ◦ green 96 ◦ blue 18

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

Shades of Golden Brown #AF6012

Tints of Golden Brown #AF6012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.22%

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

R = 60.55%
G = 33.22%
B = 6.23%

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

#AF6012 (or 0xAF6012) is known color: Golden Brown. HEX triplet: AF, 60 and 12. RGB value is (175,96,18). Sum of RGB (Red+Green+Blue) = 175+96+18=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6012 is #509FED. Grayscale: #6F6F6F. Windows color (decimal): -5283822 or 1204399. OLE color: 1204399.

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

Color convert

RGB 175 96 18 -
CMYK 0 0.45 0.90 0.31
HSL 29.81º 0.81% 0.38% -
HSV(B) 29.81º 0.9% 0.69% -
XYZ 21.97 17.52 2.8 -
YUV 110.73 75.67 173.84 -
System Red Green Blue C M Y K H S L
Decimal 175 96 18 0 0.45 0.90 0.31 29.81 0.81 0.38
Hex AF 60 12 0 2D 5A 1F 1E 51 26
Octal 257 140 22 0 55 132 37 36 121 46
Binary 10101111 1100000 10010 0 101101 1011010 11111 11110 1010001 100110

Color Harmonies of #AF6012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6012

Black with #AF6012

Text Example


Text Example

White with #AF6012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6012; }

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

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

background-color css

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

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

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

border-color css

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

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

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