Html Css Color HEX #A55419 Rich Gold

📋 copy color: '#A55419'

red 165 ◦ green 84 ◦ blue 25

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

Shades of Rich Gold #A55419

Tints of Rich Gold #A55419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

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

R = 60.22%
G = 30.66%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A55419 (or 0xA55419) is known color: Rich Gold. HEX triplet: A5, 54 and 19. RGB value is (165,84,25). Sum of RGB (Red+Green+Blue) = 165+84+25=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A55419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55419 is #5AABE6. Grayscale: #656565. Windows color (decimal): -5942247 or 1660069. OLE color: 1660069.

HSL color Cylindrical-coordinate representation of color #A55419: hue angle of 25.29º 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 #A55419 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 84 25 -
CMYK 0 0.49 0.85 0.35
HSL 25.29º 0.74% 0.37% -
HSV(B) 25.29º 0.85% 0.65% -
XYZ 18.86 14.41 2.71 -
YUV 101.49 84.84 173.3 -
System Red Green Blue C M Y K H S L
Decimal 165 84 25 0 0.49 0.85 0.35 25.29 0.74 0.37
Hex A5 54 19 0 31 55 23 19 4A 25
Octal 245 124 31 0 61 125 43 31 112 45
Binary 10100101 1010100 11001 0 110001 1010101 100011 11001 1001010 100101

Color Harmonies of #A55419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55419

Black with #A55419

Text Example


Text Example

White with #A55419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55419; }

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

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

background-color css

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

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

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

border-color css

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

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

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