Html Css Color HEX #A54824 Rich Gold

📋 copy color: '#A54824'

red 165 ◦ green 72 ◦ blue 36

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

Shades of Rich Gold #A54824

Tints of Rich Gold #A54824

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

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

R = 60.44%
G = 26.37%
B = 13.19%

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

#A54824 (or 0xA54824) is known color: Rich Gold. HEX triplet: A5, 48 and 24. RGB value is (165,72,36). Sum of RGB (Red+Green+Blue) = 165+72+36=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A54824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54824 is #5AB7DB. Grayscale: #5F5F5F. Windows color (decimal): -5945308 or 2377893. OLE color: 2377893.

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

Color convert

RGB 165 72 36 -
CMYK 0 0.56 0.78 0.35
HSL 16.74º 0.64% 0.39% -
HSV(B) 16.74º 0.78% 0.65% -
XYZ 18.15 12.76 3.18 -
YUV 95.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 165 72 36 0 0.56 0.78 0.35 16.74 0.64 0.39
Hex A5 48 24 0 38 4E 23 11 40 27
Octal 245 110 44 0 70 116 43 21 100 47
Binary 10100101 1001000 100100 0 111000 1001110 100011 10001 1000000 100111

Color Harmonies of #A54824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54824

Black with #A54824

Text Example


Text Example

White with #A54824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54824; }

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

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

background-color css

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

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

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

border-color css

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

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

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