Html Css Color HEX #A2551A Rich Gold

📋 copy color: '#A2551A'

red 162 ◦ green 85 ◦ blue 26

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

Shades of Rich Gold #A2551A

Tints of Rich Gold #A2551A

RGB

 RED value IS 162 (63.67% from 255) = 59.34%

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

 BLUE value IS 26 (10.55% from 255) = 9.52%

R = 59.34%
G = 31.14%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A2551A (or 0xA2551A) is known color: Rich Gold. HEX triplet: A2, 55 and 1A. RGB value is (162,85,26). Sum of RGB (Red+Green+Blue) = 162+85+26=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2551A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2551A is #5DAAE5. Grayscale: #656565. Windows color (decimal): -6138598 or 1725858. OLE color: 1725858.

HSL color Cylindrical-coordinate representation of color #A2551A: hue angle of 26.03º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2551A is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 85 26 -
CMYK 0 0.48 0.84 0.36
HSL 26.03º 0.72% 0.37% -
HSV(B) 26.03º 0.84% 0.64% -
XYZ 18.34 14.25 2.76 -
YUV 101.3 85.51 171.3 -
System Red Green Blue C M Y K H S L
Decimal 162 85 26 0 0.48 0.84 0.36 26.03 0.72 0.37
Hex A2 55 1A 0 30 54 24 1A 48 25
Octal 242 125 32 0 60 124 44 32 110 45
Binary 10100010 1010101 11010 0 110000 1010100 100100 11010 1001000 100101

Color Harmonies of #A2551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2551A

Black with #A2551A

Text Example


Text Example

White with #A2551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2551A; }

 p { color: rgb(162,85,26); }

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

background-color css

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

 a { background-color: rgb(162,85,26); }

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

border-color css

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

 span { border-color: rgb(162,85,26); }

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