Html Css Color HEX #A05324 Rich Gold

📋 copy color: '#A05324'

red 160 ◦ green 83 ◦ blue 36

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

Shades of Rich Gold #A05324

Tints of Rich Gold #A05324

RGB

 RED value IS 160 (62.89% from 255) = 57.35%

 GREEN value IS 83 (32.81% from 255) = 29.75%

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

R = 57.35%
G = 29.75%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A05324 (or 0xA05324) is known color: Rich Gold. HEX triplet: A0, 53 and 24. RGB value is (160,83,36). Sum of RGB (Red+Green+Blue) = 160+83+36=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A05324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05324 is #5FACDB. Grayscale: #646464. Windows color (decimal): -6270172 or 2380704. OLE color: 2380704.

HSL color Cylindrical-coordinate representation of color #A05324: hue angle of 22.74º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A05324 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 83 36 -
CMYK 0 0.48 0.78 0.37
HSL 22.74º 0.63% 0.38% -
HSV(B) 22.74º 0.78% 0.63% -
XYZ 17.91 13.79 3.39 -
YUV 100.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 160 83 36 0 0.48 0.78 0.37 22.74 0.63 0.38
Hex A0 53 24 0 30 4E 25 17 3F 26
Octal 240 123 44 0 60 116 45 27 77 46
Binary 10100000 1010011 100100 0 110000 1001110 100101 10111 111111 100110

Color Harmonies of #A05324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05324

Black with #A05324

Text Example


Text Example

White with #A05324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05324; }

 p { color: rgb(160,83,36); }

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

background-color css

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

 a { background-color: rgb(160,83,36); }

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

border-color css

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

 span { border-color: rgb(160,83,36); }

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