Html Css Color HEX #A54818 Rich Gold

📋 copy color: '#A54818'

red 165 ◦ green 72 ◦ blue 24

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

Shades of Rich Gold #A54818

Tints of Rich Gold #A54818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.2%

R = 63.22%
G = 27.59%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A54818 (or 0xA54818) is known color: Rich Gold. HEX triplet: A5, 48 and 18. RGB value is (165,72,24). Sum of RGB (Red+Green+Blue) = 165+72+24=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A54818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54818 is #5AB7E7. Grayscale: #5E5E5E. Windows color (decimal): -5945320 or 1591461. OLE color: 1591461.

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

Color convert

RGB 165 72 24 -
CMYK 0 0.56 0.85 0.35
HSL 20.43º 0.75% 0.37% -
HSV(B) 20.43º 0.85% 0.65% -
XYZ 18 12.7 2.37 -
YUV 94.34 88.31 178.4 -
System Red Green Blue C M Y K H S L
Decimal 165 72 24 0 0.56 0.85 0.35 20.43 0.75 0.37
Hex A5 48 18 0 38 55 23 14 4B 25
Octal 245 110 30 0 70 125 43 24 113 45
Binary 10100101 1001000 11000 0 111000 1010101 100011 10100 1001011 100101

Color Harmonies of #A54818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54818

Black with #A54818

Text Example


Text Example

White with #A54818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54818; }

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

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

background-color css

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

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

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

border-color css

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

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

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