Html Css Color HEX #A54518 Rich Gold

📋 copy color: '#A54518'

red 165 ◦ green 69 ◦ blue 24

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

Shades of Rich Gold #A54518

Tints of Rich Gold #A54518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.74%

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

R = 63.95%
G = 26.74%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A54518 (or 0xA54518) is known color: Rich Gold. HEX triplet: A5, 45 and 18. RGB value is (165,69,24). Sum of RGB (Red+Green+Blue) = 165+69+24=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A54518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54518 is #5ABAE7. Grayscale: #5C5C5C. Windows color (decimal): -5946088 or 1590693. OLE color: 1590693.

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

Color convert

RGB 165 69 24 -
CMYK 0 0.58 0.85 0.35
HSL 19.15º 0.75% 0.37% -
HSV(B) 19.15º 0.85% 0.65% -
XYZ 17.81 12.32 2.3 -
YUV 92.57 89.3 179.66 -
System Red Green Blue C M Y K H S L
Decimal 165 69 24 0 0.58 0.85 0.35 19.15 0.75 0.37
Hex A5 45 18 0 3A 55 23 13 4B 25
Octal 245 105 30 0 72 125 43 23 113 45
Binary 10100101 1000101 11000 0 111010 1010101 100011 10011 1001011 100101

Color Harmonies of #A54518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54518

Black with #A54518

Text Example


Text Example

White with #A54518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54518; }

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

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

background-color css

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

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

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

border-color css

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

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

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