Html Css Color HEX #AF5518 Rich Gold

📋 copy color: '#AF5518'

red 175 ◦ green 85 ◦ blue 24

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

Shades of Rich Gold #AF5518

Tints of Rich Gold #AF5518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.45%

R = 61.62%
G = 29.93%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF5518 (or 0xAF5518) is known color: Rich Gold. HEX triplet: AF, 55 and 18. RGB value is (175,85,24). Sum of RGB (Red+Green+Blue) = 175+85+24=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5518 is #50AAE7. Grayscale: #696969. Windows color (decimal): -5286632 or 1594799. OLE color: 1594799.

HSL color Cylindrical-coordinate representation of color #AF5518: hue angle of 24.24º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF5518 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 85 24 -
CMYK 0 0.51 0.86 0.31
HSL 24.24º 0.76% 0.39% -
HSV(B) 24.24º 0.86% 0.69% -
XYZ 21.09 15.68 2.78 -
YUV 104.96 82.32 177.96 -
System Red Green Blue C M Y K H S L
Decimal 175 85 24 0 0.51 0.86 0.31 24.24 0.76 0.39
Hex AF 55 18 0 33 56 1F 18 4C 27
Octal 257 125 30 0 63 126 37 30 114 47
Binary 10101111 1010101 11000 0 110011 1010110 11111 11000 1001100 100111

Color Harmonies of #AF5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5518

Black with #AF5518

Text Example


Text Example

White with #AF5518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5518; }

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

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

background-color css

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

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

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

border-color css

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

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

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