Html Css Color HEX #AF5A17 Rich Gold

📋 copy color: '#AF5A17'

red 175 ◦ green 90 ◦ blue 23

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

Shades of Rich Gold #AF5A17

Tints of Rich Gold #AF5A17

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.25%

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

R = 60.76%
G = 31.25%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF5A17 (or 0xAF5A17) is known color: Rich Gold. HEX triplet: AF, 5A and 17. RGB value is (175,90,23). Sum of RGB (Red+Green+Blue) = 175+90+23=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5A17 is #50A5E8. Grayscale: #6C6C6C. Windows color (decimal): -5285353 or 1530543. OLE color: 1530543.

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

Color convert

RGB 175 90 23 -
CMYK 0 0.49 0.87 0.31
HSL 26.45º 0.77% 0.39% -
HSV(B) 26.45º 0.87% 0.69% -
XYZ 21.49 16.49 2.86 -
YUV 107.78 80.16 175.95 -
System Red Green Blue C M Y K H S L
Decimal 175 90 23 0 0.49 0.87 0.31 26.45 0.77 0.39
Hex AF 5A 17 0 31 57 1F 1A 4D 27
Octal 257 132 27 0 61 127 37 32 115 47
Binary 10101111 1011010 10111 0 110001 1010111 11111 11010 1001101 100111

Color Harmonies of #AF5A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A17

Black with #AF5A17

Text Example


Text Example

White with #AF5A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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