Html Css Color HEX #AF5C18 Rich Gold

📋 copy color: '#AF5C18'

red 175 ◦ green 92 ◦ blue 24

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

Shades of Rich Gold #AF5C18

Tints of Rich Gold #AF5C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.62%

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

R = 60.14%
G = 31.62%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF5C18 (or 0xAF5C18) is known color: Rich Gold. HEX triplet: AF, 5C and 18. RGB value is (175,92,24). Sum of RGB (Red+Green+Blue) = 175+92+24=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5C18 is #50A3E7. Grayscale: #6D6D6D. Windows color (decimal): -5284840 or 1596591. OLE color: 1596591.

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

Color convert

RGB 175 92 24 -
CMYK 0 0.47 0.86 0.31
HSL 27.02º 0.76% 0.39% -
HSV(B) 27.02º 0.86% 0.69% -
XYZ 21.67 16.83 2.97 -
YUV 109.07 80 175.03 -
System Red Green Blue C M Y K H S L
Decimal 175 92 24 0 0.47 0.86 0.31 27.02 0.76 0.39
Hex AF 5C 18 0 2F 56 1F 1B 4C 27
Octal 257 134 30 0 57 126 37 33 114 47
Binary 10101111 1011100 11000 0 101111 1010110 11111 11011 1001100 100111

Color Harmonies of #AF5C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C18

Black with #AF5C18

Text Example


Text Example

White with #AF5C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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