Html Css Color HEX #AF5517 Rich Gold

📋 copy color: '#AF5517'

red 175 ◦ green 85 ◦ blue 23

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

Shades of Rich Gold #AF5517

Tints of Rich Gold #AF5517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.04%

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

R = 61.84%
G = 30.04%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF5517 (or 0xAF5517) is known color: Rich Gold. HEX triplet: AF, 55 and 17. RGB value is (175,85,23). Sum of RGB (Red+Green+Blue) = 175+85+23=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5517 is #50AAE8. Grayscale: #696969. Windows color (decimal): -5286633 or 1529263. OLE color: 1529263.

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

Color convert

RGB 175 85 23 -
CMYK 0 0.51 0.87 0.31
HSL 24.47º 0.77% 0.39% -
HSV(B) 24.47º 0.87% 0.69% -
XYZ 21.08 15.67 2.72 -
YUV 104.84 81.82 178.04 -
System Red Green Blue C M Y K H S L
Decimal 175 85 23 0 0.51 0.87 0.31 24.47 0.77 0.39
Hex AF 55 17 0 33 57 1F 18 4D 27
Octal 257 125 27 0 63 127 37 30 115 47
Binary 10101111 1010101 10111 0 110011 1010111 11111 11000 1001101 100111

Color Harmonies of #AF5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5517

Black with #AF5517

Text Example


Text Example

White with #AF5517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5517; }

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

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

background-color css

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

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

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

border-color css

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

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

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