Html Css Color HEX #AF6B17 Golden Brown

📋 copy color: '#AF6B17'

red 175 ◦ green 107 ◦ blue 23

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

Shades of Golden Brown #AF6B17

Tints of Golden Brown #AF6B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.54%

R = 57.38%
G = 35.08%
B = 7.54%

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

#AF6B17 (or 0xAF6B17) is known color: Golden Brown. HEX triplet: AF, 6B and 17. RGB value is (175,107,23). Sum of RGB (Red+Green+Blue) = 175+107+23=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6B17 is #5094E8. Grayscale: #767676. Windows color (decimal): -5281001 or 1534895. OLE color: 1534895.

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

Color convert

RGB 175 107 23 -
CMYK 0 0.39 0.87 0.31
HSL 33.16º 0.77% 0.39% -
HSV(B) 33.16º 0.87% 0.69% -
XYZ 23.09 19.69 3.39 -
YUV 117.76 74.53 168.83 -
System Red Green Blue C M Y K H S L
Decimal 175 107 23 0 0.39 0.87 0.31 33.16 0.77 0.39
Hex AF 6B 17 0 27 57 1F 21 4D 27
Octal 257 153 27 0 47 127 37 41 115 47
Binary 10101111 1101011 10111 0 100111 1010111 11111 100001 1001101 100111

Color Harmonies of #AF6B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B17

Black with #AF6B17

Text Example


Text Example

White with #AF6B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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