Html Css Color HEX #AF5E1C Rich Gold

📋 copy color: '#AF5E1C'

red 175 ◦ green 94 ◦ blue 28

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

Shades of Rich Gold #AF5E1C

Tints of Rich Gold #AF5E1C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.65%

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 58.92%
G = 31.65%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF5E1C (or 0xAF5E1C) is known color: Rich Gold. HEX triplet: AF, 5E and 1C. RGB value is (175,94,28). Sum of RGB (Red+Green+Blue) = 175+94+28=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E1C is #50A1E3. Grayscale: #6F6F6F. Windows color (decimal): -5284324 or 1859247. OLE color: 1859247.

HSL color Cylindrical-coordinate representation of color #AF5E1C: hue angle of 26.94º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF5E1C is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 94 28 -
CMYK 0 0.46 0.84 0.31
HSL 26.94º 0.72% 0.4% -
HSV(B) 26.94º 0.84% 0.69% -
XYZ 21.89 17.2 3.27 -
YUV 110.7 81.34 173.87 -
System Red Green Blue C M Y K H S L
Decimal 175 94 28 0 0.46 0.84 0.31 26.94 0.72 0.4
Hex AF 5E 1C 0 2E 54 1F 1B 48 28
Octal 257 136 34 0 56 124 37 33 110 50
Binary 10101111 1011110 11100 0 101110 1010100 11111 11011 1001000 101000

Color Harmonies of #AF5E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E1C

Black with #AF5E1C

Text Example


Text Example

White with #AF5E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E1C; }

 p { color: rgb(175,94,28); }

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

background-color css

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

 a { background-color: rgb(175,94,28); }

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

border-color css

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

 span { border-color: rgb(175,94,28); }

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