Html Css Color HEX #AF5C1C Rich Gold

📋 copy color: '#AF5C1C'

red 175 ◦ green 92 ◦ blue 28

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

Shades of Rich Gold #AF5C1C

Tints of Rich Gold #AF5C1C

RGB

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

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

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

R = 59.32%
G = 31.19%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF5C1C (or 0xAF5C1C) is known color: Rich Gold. HEX triplet: AF, 5C and 1C. RGB value is (175,92,28). Sum of RGB (Red+Green+Blue) = 175+92+28=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C1C is #50A3E3. Grayscale: #6D6D6D. Windows color (decimal): -5284836 or 1858735. OLE color: 1858735.

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

Color convert

RGB 175 92 28 -
CMYK 0 0.47 0.84 0.31
HSL 26.12º 0.72% 0.4% -
HSV(B) 26.12º 0.84% 0.69% -
XYZ 21.72 16.85 3.21 -
YUV 109.52 82 174.7 -
System Red Green Blue C M Y K H S L
Decimal 175 92 28 0 0.47 0.84 0.31 26.12 0.72 0.4
Hex AF 5C 1C 0 2F 54 1F 1A 48 28
Octal 257 134 34 0 57 124 37 32 110 50
Binary 10101111 1011100 11100 0 101111 1010100 11111 11010 1001000 101000

Color Harmonies of #AF5C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C1C

Black with #AF5C1C

Text Example


Text Example

White with #AF5C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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