Html Css Color HEX #A05927 Rich Gold

📋 copy color: '#A05927'

red 160 ◦ green 89 ◦ blue 39

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

Shades of Rich Gold #A05927

Tints of Rich Gold #A05927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.54%

R = 55.56%
G = 30.9%
B = 13.54%

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

#A05927 (or 0xA05927) is known color: Rich Gold. HEX triplet: A0, 59 and 27. RGB value is (160,89,39). Sum of RGB (Red+Green+Blue) = 160+89+39=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A05927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05927 is #5FA6D8. Grayscale: #686868. Windows color (decimal): -6268633 or 2578848. OLE color: 2578848.

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

Color convert

RGB 160 89 39 -
CMYK 0 0.44 0.76 0.37
HSL 24.79º 0.61% 0.39% -
HSV(B) 24.79º 0.76% 0.63% -
XYZ 18.44 14.76 3.8 -
YUV 104.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 160 89 39 0 0.44 0.76 0.37 24.79 0.61 0.39
Hex A0 59 27 0 2C 4C 25 19 3D 27
Octal 240 131 47 0 54 114 45 31 75 47
Binary 10100000 1011001 100111 0 101100 1001100 100101 11001 111101 100111

Color Harmonies of #A05927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05927

Black with #A05927

Text Example


Text Example

White with #A05927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05927; }

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

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

background-color css

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

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

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

border-color css

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

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

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