Html Css Color HEX #A54A24 Rich Gold

📋 copy color: '#A54A24'

red 165 ◦ green 74 ◦ blue 36

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

Shades of Rich Gold #A54A24

Tints of Rich Gold #A54A24

RGB

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

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

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

R = 60%
G = 26.91%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A54A24 (or 0xA54A24) is known color: Rich Gold. HEX triplet: A5, 4A and 24. RGB value is (165,74,36). Sum of RGB (Red+Green+Blue) = 165+74+36=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54A24 is #5AB5DB. Grayscale: #616161. Windows color (decimal): -5944796 or 2378405. OLE color: 2378405.

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

Color convert

RGB 165 74 36 -
CMYK 0 0.55 0.78 0.35
HSL 17.67º 0.64% 0.39% -
HSV(B) 17.67º 0.78% 0.65% -
XYZ 18.28 13.02 3.22 -
YUV 96.88 93.65 176.59 -
System Red Green Blue C M Y K H S L
Decimal 165 74 36 0 0.55 0.78 0.35 17.67 0.64 0.39
Hex A5 4A 24 0 37 4E 23 12 40 27
Octal 245 112 44 0 67 116 43 22 100 47
Binary 10100101 1001010 100100 0 110111 1001110 100011 10010 1000000 100111

Color Harmonies of #A54A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A24

Black with #A54A24

Text Example


Text Example

White with #A54A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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