Html Css Color HEX #AF591C Rich Gold

📋 copy color: '#AF591C'

red 175 ◦ green 89 ◦ blue 28

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

Shades of Rich Gold #AF591C

Tints of Rich Gold #AF591C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

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

R = 59.93%
G = 30.48%
B = 9.59%

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

#AF591C (or 0xAF591C) is known color: Rich Gold. HEX triplet: AF, 59 and 1C. RGB value is (175,89,28). Sum of RGB (Red+Green+Blue) = 175+89+28=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF591C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF591C is #50A6E3. Grayscale: #6C6C6C. Windows color (decimal): -5285604 or 1857967. OLE color: 1857967.

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

Color convert

RGB 175 89 28 -
CMYK 0 0.49 0.84 0.31
HSL 24.9º 0.72% 0.4% -
HSV(B) 24.9º 0.84% 0.69% -
XYZ 21.46 16.34 3.12 -
YUV 107.76 82.99 175.96 -
System Red Green Blue C M Y K H S L
Decimal 175 89 28 0 0.49 0.84 0.31 24.9 0.72 0.4
Hex AF 59 1C 0 31 54 1F 19 48 28
Octal 257 131 34 0 61 124 37 31 110 50
Binary 10101111 1011001 11100 0 110001 1010100 11111 11001 1001000 101000

Color Harmonies of #AF591C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF591C

Black with #AF591C

Text Example


Text Example

White with #AF591C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF591C; }

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

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

background-color css

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

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

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

border-color css

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

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

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