Html Css Color HEX #A54C24 Rich Gold

📋 copy color: '#A54C24'

red 165 ◦ green 76 ◦ blue 36

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

Shades of Rich Gold #A54C24

Tints of Rich Gold #A54C24

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.44%

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

R = 59.57%
G = 27.44%
B = 13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A54C24 (or 0xA54C24) is known color: Rich Gold. HEX triplet: A5, 4C and 24. RGB value is (165,76,36). Sum of RGB (Red+Green+Blue) = 165+76+36=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C24 is #5AB3DB. Grayscale: #626262. Windows color (decimal): -5944284 or 2378917. OLE color: 2378917.

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

Color convert

RGB 165 76 36 -
CMYK 0 0.54 0.78 0.35
HSL 18.6º 0.64% 0.39% -
HSV(B) 18.6º 0.78% 0.65% -
XYZ 18.42 13.3 3.26 -
YUV 98.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 165 76 36 0 0.54 0.78 0.35 18.6 0.64 0.39
Hex A5 4C 24 0 36 4E 23 13 40 27
Octal 245 114 44 0 66 116 43 23 100 47
Binary 10100101 1001100 100100 0 110110 1001110 100011 10011 1000000 100111

Color Harmonies of #A54C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C24

Black with #A54C24

Text Example


Text Example

White with #A54C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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