Html Css Color HEX #AF6A12 Golden Brown

📋 copy color: '#AF6A12'

red 175 ◦ green 106 ◦ blue 18

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

Shades of Golden Brown #AF6A12

Tints of Golden Brown #AF6A12

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.45%

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

R = 58.53%
G = 35.45%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF6A12 (or 0xAF6A12) is known color: Golden Brown. HEX triplet: AF, 6A and 12. RGB value is (175,106,18). Sum of RGB (Red+Green+Blue) = 175+106+18=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6A12 is #5095ED. Grayscale: #757575. Windows color (decimal): -5281262 or 1206959. OLE color: 1206959.

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

Color convert

RGB 175 106 18 -
CMYK 0 0.39 0.90 0.31
HSL 33.63º 0.81% 0.38% -
HSV(B) 33.63º 0.9% 0.69% -
XYZ 22.94 19.47 3.12 -
YUV 116.6 72.36 169.66 -
System Red Green Blue C M Y K H S L
Decimal 175 106 18 0 0.39 0.90 0.31 33.63 0.81 0.38
Hex AF 6A 12 0 27 5A 1F 22 51 26
Octal 257 152 22 0 47 132 37 42 121 46
Binary 10101111 1101010 10010 0 100111 1011010 11111 100010 1010001 100110

Color Harmonies of #AF6A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A12

Black with #AF6A12

Text Example


Text Example

White with #AF6A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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