Html Css Color HEX #AF6B16 Golden Brown

📋 copy color: '#AF6B16'

red 175 ◦ green 107 ◦ blue 22

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

Shades of Golden Brown #AF6B16

Tints of Golden Brown #AF6B16

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.2%

 BLUE value IS 22 (8.98% from 255) = 7.24%

R = 57.57%
G = 35.2%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF6B16 (or 0xAF6B16) is known color: Golden Brown. HEX triplet: AF, 6B and 16. RGB value is (175,107,22). Sum of RGB (Red+Green+Blue) = 175+107+22=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6B16 is #5094E9. Grayscale: #767676. Windows color (decimal): -5281002 or 1469359. OLE color: 1469359.

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

Color convert

RGB 175 107 22 -
CMYK 0 0.39 0.87 0.31
HSL 33.33º 0.78% 0.39% -
HSV(B) 33.33º 0.87% 0.69% -
XYZ 23.08 19.69 3.34 -
YUV 117.64 74.03 168.91 -
System Red Green Blue C M Y K H S L
Decimal 175 107 22 0 0.39 0.87 0.31 33.33 0.78 0.39
Hex AF 6B 16 0 27 57 1F 21 4E 27
Octal 257 153 26 0 47 127 37 41 116 47
Binary 10101111 1101011 10110 0 100111 1010111 11111 100001 1001110 100111

Color Harmonies of #AF6B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B16

Black with #AF6B16

Text Example


Text Example

White with #AF6B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B16; }

 p { color: rgb(175,107,22); }

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

background-color css

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

 a { background-color: rgb(175,107,22); }

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

border-color css

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

 span { border-color: rgb(175,107,22); }

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