Html Css Color HEX #AF6417 Golden Brown

📋 copy color: '#AF6417'

red 175 ◦ green 100 ◦ blue 23

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

Shades of Golden Brown #AF6417

Tints of Golden Brown #AF6417

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.56%

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

R = 58.72%
G = 33.56%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF6417 (or 0xAF6417) is known color: Golden Brown. HEX triplet: AF, 64 and 17. RGB value is (175,100,23). Sum of RGB (Red+Green+Blue) = 175+100+23=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6417 is #509BE8. Grayscale: #727272. Windows color (decimal): -5282793 or 1533103. OLE color: 1533103.

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

Color convert

RGB 175 100 23 -
CMYK 0 0.43 0.87 0.31
HSL 30.39º 0.77% 0.39% -
HSV(B) 30.39º 0.87% 0.69% -
XYZ 22.39 18.29 3.16 -
YUV 113.65 76.85 171.76 -
System Red Green Blue C M Y K H S L
Decimal 175 100 23 0 0.43 0.87 0.31 30.39 0.77 0.39
Hex AF 64 17 0 2B 57 1F 1E 4D 27
Octal 257 144 27 0 53 127 37 36 115 47
Binary 10101111 1100100 10111 0 101011 1010111 11111 11110 1001101 100111

Color Harmonies of #AF6417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6417

Black with #AF6417

Text Example


Text Example

White with #AF6417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6417; }

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

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

background-color css

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

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

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

border-color css

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

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

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