Html Css Color HEX #A54D19 Rich Gold

📋 copy color: '#A54D19'

red 165 ◦ green 77 ◦ blue 25

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

Shades of Rich Gold #A54D19

Tints of Rich Gold #A54D19

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.84%

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

R = 61.8%
G = 28.84%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A54D19 (or 0xA54D19) is known color: Rich Gold. HEX triplet: A5, 4D and 19. RGB value is (165,77,25). Sum of RGB (Red+Green+Blue) = 165+77+25=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54D19 is #5AB2E6. Grayscale: #616161. Windows color (decimal): -5944039 or 1658277. OLE color: 1658277.

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

Color convert

RGB 165 77 25 -
CMYK 0 0.53 0.85 0.35
HSL 22.29º 0.74% 0.37% -
HSV(B) 22.29º 0.85% 0.65% -
XYZ 18.35 13.38 2.53 -
YUV 97.38 87.15 176.23 -
System Red Green Blue C M Y K H S L
Decimal 165 77 25 0 0.53 0.85 0.35 22.29 0.74 0.37
Hex A5 4D 19 0 35 55 23 16 4A 25
Octal 245 115 31 0 65 125 43 26 112 45
Binary 10100101 1001101 11001 0 110101 1010101 100011 10110 1001010 100101

Color Harmonies of #A54D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54D19

Black with #A54D19

Text Example


Text Example

White with #A54D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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