Html Css Color HEX #A05326 Rich Gold

📋 copy color: '#A05326'

red 160 ◦ green 83 ◦ blue 38

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

Shades of Rich Gold #A05326

Tints of Rich Gold #A05326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.52%

R = 56.94%
G = 29.54%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A05326 (or 0xA05326) is known color: Rich Gold. HEX triplet: A0, 53 and 26. RGB value is (160,83,38). Sum of RGB (Red+Green+Blue) = 160+83+38=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A05326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05326 is #5FACD9. Grayscale: #656565. Windows color (decimal): -6270170 or 2511776. OLE color: 2511776.

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

Color convert

RGB 160 83 38 -
CMYK 0 0.48 0.76 0.37
HSL 22.13º 0.62% 0.39% -
HSV(B) 22.13º 0.76% 0.63% -
XYZ 17.94 13.8 3.55 -
YUV 100.89 92.51 170.16 -
System Red Green Blue C M Y K H S L
Decimal 160 83 38 0 0.48 0.76 0.37 22.13 0.62 0.39
Hex A0 53 26 0 30 4C 25 16 3E 27
Octal 240 123 46 0 60 114 45 26 76 47
Binary 10100000 1010011 100110 0 110000 1001100 100101 10110 111110 100111

Color Harmonies of #A05326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05326

Black with #A05326

Text Example


Text Example

White with #A05326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05326; }

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

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

background-color css

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

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

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

border-color css

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

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

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