Html Css Color HEX #A0551A Rich Gold

📋 copy color: '#A0551A'

red 160 ◦ green 85 ◦ blue 26

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

Shades of Rich Gold #A0551A

Tints of Rich Gold #A0551A

RGB

 RED value IS 160 (62.89% from 255) = 59.04%

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

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

R = 59.04%
G = 31.37%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0551A (or 0xA0551A) is known color: Rich Gold. HEX triplet: A0, 55 and 1A. RGB value is (160,85,26). Sum of RGB (Red+Green+Blue) = 160+85+26=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0551A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0551A is #5FAAE5. Grayscale: #656565. Windows color (decimal): -6269670 or 1725856. OLE color: 1725856.

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

Color convert

RGB 160 85 26 -
CMYK 0 0.47 0.84 0.37
HSL 26.42º 0.72% 0.36% -
HSV(B) 26.42º 0.84% 0.63% -
XYZ 17.93 14.05 2.74 -
YUV 100.7 85.85 170.3 -
System Red Green Blue C M Y K H S L
Decimal 160 85 26 0 0.47 0.84 0.37 26.42 0.72 0.36
Hex A0 55 1A 0 2F 54 25 1A 48 24
Octal 240 125 32 0 57 124 45 32 110 44
Binary 10100000 1010101 11010 0 101111 1010100 100101 11010 1001000 100100

Color Harmonies of #A0551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0551A

Black with #A0551A

Text Example


Text Example

White with #A0551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0551A; }

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

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

background-color css

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

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

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

border-color css

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

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

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