Html Css Color HEX #A54924 Rich Gold

📋 copy color: '#A54924'

red 165 ◦ green 73 ◦ blue 36

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

Shades of Rich Gold #A54924

Tints of Rich Gold #A54924

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

 BLUE value IS 36 (14.45% from 255) = 13.14%

R = 60.22%
G = 26.64%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A54924 (or 0xA54924) is known color: Rich Gold. HEX triplet: A5, 49 and 24. RGB value is (165,73,36). Sum of RGB (Red+Green+Blue) = 165+73+36=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A54924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54924 is #5AB6DB. Grayscale: #606060. Windows color (decimal): -5945052 or 2378149. OLE color: 2378149.

HSL color Cylindrical-coordinate representation of color #A54924: hue angle of 17.21º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A54924 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 73 36 -
CMYK 0 0.56 0.78 0.35
HSL 17.21º 0.64% 0.39% -
HSV(B) 17.21º 0.78% 0.65% -
XYZ 18.22 12.89 3.2 -
YUV 96.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 165 73 36 0 0.56 0.78 0.35 17.21 0.64 0.39
Hex A5 49 24 0 38 4E 23 11 40 27
Octal 245 111 44 0 70 116 43 21 100 47
Binary 10100101 1001001 100100 0 111000 1001110 100011 10001 1000000 100111

Color Harmonies of #A54924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54924

Black with #A54924

Text Example


Text Example

White with #A54924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54924; }

 p { color: rgb(165,73,36); }

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

background-color css

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

 a { background-color: rgb(165,73,36); }

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

border-color css

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

 span { border-color: rgb(165,73,36); }

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