Html Css Color HEX #AF591E Rich Gold

📋 copy color: '#AF591E'

red 175 ◦ green 89 ◦ blue 30

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

Shades of Rich Gold #AF591E

Tints of Rich Gold #AF591E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 59.52%
G = 30.27%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF591E (or 0xAF591E) is known color: Rich Gold. HEX triplet: AF, 59 and 1E. RGB value is (175,89,30). Sum of RGB (Red+Green+Blue) = 175+89+30=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF591E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF591E is #50A6E1. Grayscale: #6C6C6C. Windows color (decimal): -5285602 or 1989039. OLE color: 1989039.

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

Color convert

RGB 175 89 30 -
CMYK 0 0.49 0.83 0.31
HSL 24.41º 0.71% 0.4% -
HSV(B) 24.41º 0.83% 0.69% -
XYZ 21.49 16.35 3.25 -
YUV 107.99 83.99 175.8 -
System Red Green Blue C M Y K H S L
Decimal 175 89 30 0 0.49 0.83 0.31 24.41 0.71 0.4
Hex AF 59 1E 0 31 53 1F 18 47 28
Octal 257 131 36 0 61 123 37 30 107 50
Binary 10101111 1011001 11110 0 110001 1010011 11111 11000 1000111 101000

Color Harmonies of #AF591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF591E

Black with #AF591E

Text Example


Text Example

White with #AF591E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF591E; }

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

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

background-color css

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

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

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

border-color css

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

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

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