Html Css Color HEX #A05A26 Rich Gold

📋 copy color: '#A05A26'

red 160 ◦ green 90 ◦ blue 38

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

Shades of Rich Gold #A05A26

Tints of Rich Gold #A05A26

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.25%

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

R = 55.56%
G = 31.25%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A05A26 (or 0xA05A26) is known color: Rich Gold. HEX triplet: A0, 5A and 26. RGB value is (160,90,38). Sum of RGB (Red+Green+Blue) = 160+90+38=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05A26 is #5FA5D9. Grayscale: #696969. Windows color (decimal): -6268378 or 2513568. OLE color: 2513568.

HSL color Cylindrical-coordinate representation of color #A05A26: hue angle of 25.57º 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 #A05A26 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 90 38 -
CMYK 0 0.44 0.76 0.37
HSL 25.57º 0.62% 0.39% -
HSV(B) 25.57º 0.76% 0.63% -
XYZ 18.5 14.93 3.74 -
YUV 105 90.19 167.23 -
System Red Green Blue C M Y K H S L
Decimal 160 90 38 0 0.44 0.76 0.37 25.57 0.62 0.39
Hex A0 5A 26 0 2C 4C 25 1A 3E 27
Octal 240 132 46 0 54 114 45 32 76 47
Binary 10100000 1011010 100110 0 101100 1001100 100101 11010 111110 100111

Color Harmonies of #A05A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05A26

Black with #A05A26

Text Example


Text Example

White with #A05A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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