Html Css Color HEX #A54520 Rich Gold

📋 copy color: '#A54520'

red 165 ◦ green 69 ◦ blue 32

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

Shades of Rich Gold #A54520

Tints of Rich Gold #A54520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.03%

R = 62.03%
G = 25.94%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A54520 (or 0xA54520) is known color: Rich Gold. HEX triplet: A5, 45 and 20. RGB value is (165,69,32). Sum of RGB (Red+Green+Blue) = 165+69+32=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A54520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54520 is #5ABADF. Grayscale: #5D5D5D. Windows color (decimal): -5946080 or 2114981. OLE color: 2114981.

HSL color Cylindrical-coordinate representation of color #A54520: hue angle of 16.69º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A54520 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 69 32 -
CMYK 0 0.58 0.81 0.35
HSL 16.69º 0.68% 0.39% -
HSV(B) 16.69º 0.81% 0.65% -
XYZ 17.91 12.36 2.81 -
YUV 93.49 93.3 179.01 -
System Red Green Blue C M Y K H S L
Decimal 165 69 32 0 0.58 0.81 0.35 16.69 0.68 0.39
Hex A5 45 20 0 3A 51 23 11 44 27
Octal 245 105 40 0 72 121 43 21 104 47
Binary 10100101 1000101 100000 0 111010 1010001 100011 10001 1000100 100111

Color Harmonies of #A54520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54520

Black with #A54520

Text Example


Text Example

White with #A54520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54520; }

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

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

background-color css

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

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

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

border-color css

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

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

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