Html Css Color HEX #A05926 Rich Gold

📋 copy color: '#A05926'

red 160 ◦ green 89 ◦ blue 38

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

Shades of Rich Gold #A05926

Tints of Rich Gold #A05926

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.01%

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

R = 55.75%
G = 31.01%
B = 13.24%

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

#A05926 (or 0xA05926) is known color: Rich Gold. HEX triplet: A0, 59 and 26. RGB value is (160,89,38). Sum of RGB (Red+Green+Blue) = 160+89+38=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A05926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05926 is #5FA6D9. Grayscale: #686868. Windows color (decimal): -6268634 or 2513312. OLE color: 2513312.

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

Color convert

RGB 160 89 38 -
CMYK 0 0.44 0.76 0.37
HSL 25.08º 0.62% 0.39% -
HSV(B) 25.08º 0.76% 0.63% -
XYZ 18.42 14.76 3.71 -
YUV 104.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 160 89 38 0 0.44 0.76 0.37 25.08 0.62 0.39
Hex A0 59 26 0 2C 4C 25 19 3E 27
Octal 240 131 46 0 54 114 45 31 76 47
Binary 10100000 1011001 100110 0 101100 1001100 100101 11001 111110 100111

Color Harmonies of #A05926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05926

Black with #A05926

Text Example


Text Example

White with #A05926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05926; }

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

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

background-color css

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

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

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

border-color css

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

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

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