Html Css Color HEX #AF5118 Rich Gold

📋 copy color: '#AF5118'

red 175 ◦ green 81 ◦ blue 24

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

Shades of Rich Gold #AF5118

Tints of Rich Gold #AF5118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.93%

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

R = 62.5%
G = 28.93%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF5118 (or 0xAF5118) is known color: Rich Gold. HEX triplet: AF, 51 and 18. RGB value is (175,81,24). Sum of RGB (Red+Green+Blue) = 175+81+24=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5118 is #50AEE7. Grayscale: #666666. Windows color (decimal): -5287656 or 1593775. OLE color: 1593775.

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

Color convert

RGB 175 81 24 -
CMYK 0 0.54 0.86 0.31
HSL 22.65º 0.76% 0.39% -
HSV(B) 22.65º 0.86% 0.69% -
XYZ 20.79 15.06 2.68 -
YUV 102.61 83.64 179.63 -
System Red Green Blue C M Y K H S L
Decimal 175 81 24 0 0.54 0.86 0.31 22.65 0.76 0.39
Hex AF 51 18 0 36 56 1F 17 4C 27
Octal 257 121 30 0 66 126 37 27 114 47
Binary 10101111 1010001 11000 0 110110 1010110 11111 10111 1001100 100111

Color Harmonies of #AF5118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5118

Black with #AF5118

Text Example


Text Example

White with #AF5118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5118; }

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

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

background-color css

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

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

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

border-color css

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

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

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