Html Css Color HEX #A54A19 Rich Gold

📋 copy color: '#A54A19'

red 165 ◦ green 74 ◦ blue 25

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

Shades of Rich Gold #A54A19

Tints of Rich Gold #A54A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.03%

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

R = 62.5%
G = 28.03%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A54A19 (or 0xA54A19) is known color: Rich Gold. HEX triplet: A5, 4A and 19. RGB value is (165,74,25). Sum of RGB (Red+Green+Blue) = 165+74+25=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54A19 is #5AB5E6. Grayscale: #5F5F5F. Windows color (decimal): -5944807 or 1657509. OLE color: 1657509.

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

Color convert

RGB 165 74 25 -
CMYK 0 0.55 0.85 0.35
HSL 21º 0.74% 0.37% -
HSV(B) 21º 0.85% 0.65% -
XYZ 18.14 12.97 2.47 -
YUV 95.62 88.15 177.48 -
System Red Green Blue C M Y K H S L
Decimal 165 74 25 0 0.55 0.85 0.35 21 0.74 0.37
Hex A5 4A 19 0 37 55 23 15 4A 25
Octal 245 112 31 0 67 125 43 25 112 45
Binary 10100101 1001010 11001 0 110111 1010101 100011 10101 1001010 100101

Color Harmonies of #A54A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A19

Black with #A54A19

Text Example


Text Example

White with #A54A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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