Html Css Color HEX #A55A19 Rich Gold

📋 copy color: '#A55A19'

red 165 ◦ green 90 ◦ blue 25

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

Shades of Rich Gold #A55A19

Tints of Rich Gold #A55A19

RGB

 RED value IS 165 (64.84% from 255) = 58.93%

 GREEN value IS 90 (35.55% from 255) = 32.14%

 BLUE value IS 25 (10.16% from 255) = 8.93%

R = 58.93%
G = 32.14%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A55A19 (or 0xA55A19) is known color: Rich Gold. HEX triplet: A5, 5A and 19. RGB value is (165,90,25). Sum of RGB (Red+Green+Blue) = 165+90+25=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55A19 is #5AA5E6. Grayscale: #696969. Windows color (decimal): -5940711 or 1661605. OLE color: 1661605.

HSL color Cylindrical-coordinate representation of color #A55A19: hue angle of 27.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A55A19 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 90 25 -
CMYK 0 0.45 0.85 0.35
HSL 27.86º 0.74% 0.37% -
HSV(B) 27.86º 0.85% 0.65% -
XYZ 19.35 15.38 2.87 -
YUV 105.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 165 90 25 0 0.45 0.85 0.35 27.86 0.74 0.37
Hex A5 5A 19 0 2D 55 23 1C 4A 25
Octal 245 132 31 0 55 125 43 34 112 45
Binary 10100101 1011010 11001 0 101101 1010101 100011 11100 1001010 100101

Color Harmonies of #A55A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A19

Black with #A55A19

Text Example


Text Example

White with #A55A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A19; }

 p { color: rgb(165,90,25); }

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

background-color css

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

 a { background-color: rgb(165,90,25); }

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

border-color css

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

 span { border-color: rgb(165,90,25); }

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