Html Css Color HEX #A05321 Rich Gold

📋 copy color: '#A05321'

red 160 ◦ green 83 ◦ blue 33

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

Shades of Rich Gold #A05321

Tints of Rich Gold #A05321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 57.97%
G = 30.07%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A05321 (or 0xA05321) is known color: Rich Gold. HEX triplet: A0, 53 and 21. RGB value is (160,83,33). Sum of RGB (Red+Green+Blue) = 160+83+33=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A05321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05321 is #5FACDE. Grayscale: #646464. Windows color (decimal): -6270175 or 2184096. OLE color: 2184096.

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

Color convert

RGB 160 83 33 -
CMYK 0 0.48 0.79 0.37
HSL 23.62º 0.66% 0.38% -
HSV(B) 23.62º 0.79% 0.63% -
XYZ 17.86 13.77 3.16 -
YUV 100.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 160 83 33 0 0.48 0.79 0.37 23.62 0.66 0.38
Hex A0 53 21 0 30 4F 25 18 42 26
Octal 240 123 41 0 60 117 45 30 102 46
Binary 10100000 1010011 100001 0 110000 1001111 100101 11000 1000010 100110

Color Harmonies of #A05321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05321

Black with #A05321

Text Example


Text Example

White with #A05321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05321; }

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

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

background-color css

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

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

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

border-color css

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

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

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