Html Css Color HEX #AF6917 Golden Brown

📋 copy color: '#AF6917'

red 175 ◦ green 105 ◦ blue 23

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

Shades of Golden Brown #AF6917

Tints of Golden Brown #AF6917

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.65%

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

R = 57.76%
G = 34.65%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF6917 (or 0xAF6917) is known color: Golden Brown. HEX triplet: AF, 69 and 17. RGB value is (175,105,23). Sum of RGB (Red+Green+Blue) = 175+105+23=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6917 is #5096E8. Grayscale: #747474. Windows color (decimal): -5281513 or 1534383. OLE color: 1534383.

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

Color convert

RGB 175 105 23 -
CMYK 0 0.40 0.87 0.31
HSL 32.37º 0.77% 0.39% -
HSV(B) 32.37º 0.87% 0.69% -
XYZ 22.89 19.28 3.33 -
YUV 116.58 75.19 169.67 -
System Red Green Blue C M Y K H S L
Decimal 175 105 23 0 0.40 0.87 0.31 32.37 0.77 0.39
Hex AF 69 17 0 28 57 1F 20 4D 27
Octal 257 151 27 0 50 127 37 40 115 47
Binary 10101111 1101001 10111 0 101000 1010111 11111 100000 1001101 100111

Color Harmonies of #AF6917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6917

Black with #AF6917

Text Example


Text Example

White with #AF6917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6917; }

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

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

background-color css

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

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

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

border-color css

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

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

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