Html Css Color HEX #A9551F Rich Gold

📋 copy color: '#A9551F'

red 169 ◦ green 85 ◦ blue 31

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

Shades of Rich Gold #A9551F

Tints of Rich Gold #A9551F

RGB

 RED value IS 169 (66.41% from 255) = 59.3%

 GREEN value IS 85 (33.59% from 255) = 29.82%

 BLUE value IS 31 (12.5% from 255) = 10.88%

R = 59.3%
G = 29.82%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A9551F (or 0xA9551F) is known color: Rich Gold. HEX triplet: A9, 55 and 1F. RGB value is (169,85,31). Sum of RGB (Red+Green+Blue) = 169+85+31=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A9551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9551F is #56AAE0. Grayscale: #686868. Windows color (decimal): -5679841 or 2053545. OLE color: 2053545.

HSL color Cylindrical-coordinate representation of color #A9551F: hue angle of 23.48º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9551F is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 85 31 -
CMYK 0 0.50 0.82 0.34
HSL 23.48º 0.69% 0.39% -
HSV(B) 23.48º 0.82% 0.66% -
XYZ 19.86 15.03 3.15 -
YUV 103.96 86.83 174.39 -
System Red Green Blue C M Y K H S L
Decimal 169 85 31 0 0.50 0.82 0.34 23.48 0.69 0.39
Hex A9 55 1F 0 32 52 22 17 45 27
Octal 251 125 37 0 62 122 42 27 105 47
Binary 10101001 1010101 11111 0 110010 1010010 100010 10111 1000101 100111

Color Harmonies of #A9551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9551F

Black with #A9551F

Text Example


Text Example

White with #A9551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9551F; }

 p { color: rgb(169,85,31); }

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

background-color css

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

 a { background-color: rgb(169,85,31); }

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

border-color css

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

 span { border-color: rgb(169,85,31); }

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