Html Css Color HEX #AF5718 Rich Gold

📋 copy color: '#AF5718'

red 175 ◦ green 87 ◦ blue 24

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

Shades of Rich Gold #AF5718

Tints of Rich Gold #AF5718

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

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

R = 61.19%
G = 30.42%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF5718 (or 0xAF5718) is known color: Rich Gold. HEX triplet: AF, 57 and 18. RGB value is (175,87,24). Sum of RGB (Red+Green+Blue) = 175+87+24=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5718 is #50A8E7. Grayscale: #6A6A6A. Windows color (decimal): -5286120 or 1595311. OLE color: 1595311.

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

Color convert

RGB 175 87 24 -
CMYK 0 0.50 0.86 0.31
HSL 25.03º 0.76% 0.39% -
HSV(B) 25.03º 0.86% 0.69% -
XYZ 21.25 16 2.83 -
YUV 106.13 81.65 177.12 -
System Red Green Blue C M Y K H S L
Decimal 175 87 24 0 0.50 0.86 0.31 25.03 0.76 0.39
Hex AF 57 18 0 32 56 1F 19 4C 27
Octal 257 127 30 0 62 126 37 31 114 47
Binary 10101111 1010111 11000 0 110010 1010110 11111 11001 1001100 100111

Color Harmonies of #AF5718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5718

Black with #AF5718

Text Example


Text Example

White with #AF5718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5718; }

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

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

background-color css

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

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

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

border-color css

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

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

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