Html Css Color HEX #A05C26 Rich Gold

📋 copy color: '#A05C26'

red 160 ◦ green 92 ◦ blue 38

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

Shades of Rich Gold #A05C26

Tints of Rich Gold #A05C26

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.72%

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

R = 55.17%
G = 31.72%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A05C26 (or 0xA05C26) is known color: Rich Gold. HEX triplet: A0, 5C and 26. RGB value is (160,92,38). Sum of RGB (Red+Green+Blue) = 160+92+38=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C26 is #5FA3D9. Grayscale: #6A6A6A. Windows color (decimal): -6267866 or 2514080. OLE color: 2514080.

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

Color convert

RGB 160 92 38 -
CMYK 0 0.43 0.76 0.37
HSL 26.56º 0.62% 0.39% -
HSV(B) 26.56º 0.76% 0.63% -
XYZ 18.67 15.27 3.8 -
YUV 106.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 160 92 38 0 0.43 0.76 0.37 26.56 0.62 0.39
Hex A0 5C 26 0 2B 4C 25 1B 3E 27
Octal 240 134 46 0 53 114 45 33 76 47
Binary 10100000 1011100 100110 0 101011 1001100 100101 11011 111110 100111

Color Harmonies of #A05C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C26

Black with #A05C26

Text Example


Text Example

White with #A05C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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