Html Css Color HEX #AF5A1C Rich Gold

📋 copy color: '#AF5A1C'

red 175 ◦ green 90 ◦ blue 28

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

Shades of Rich Gold #AF5A1C

Tints of Rich Gold #AF5A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.72%

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

R = 59.73%
G = 30.72%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF5A1C (or 0xAF5A1C) is known color: Rich Gold. HEX triplet: AF, 5A and 1C. RGB value is (175,90,28). Sum of RGB (Red+Green+Blue) = 175+90+28=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A1C is #50A5E3. Grayscale: #6C6C6C. Windows color (decimal): -5285348 or 1858223. OLE color: 1858223.

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

Color convert

RGB 175 90 28 -
CMYK 0 0.49 0.84 0.31
HSL 25.31º 0.72% 0.4% -
HSV(B) 25.31º 0.84% 0.69% -
XYZ 21.54 16.51 3.15 -
YUV 108.35 82.66 175.54 -
System Red Green Blue C M Y K H S L
Decimal 175 90 28 0 0.49 0.84 0.31 25.31 0.72 0.4
Hex AF 5A 1C 0 31 54 1F 19 48 28
Octal 257 132 34 0 61 124 37 31 110 50
Binary 10101111 1011010 11100 0 110001 1010100 11111 11001 1001000 101000

Color Harmonies of #AF5A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A1C

Black with #AF5A1C

Text Example


Text Example

White with #AF5A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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