Html Css Color HEX #A05727 Rich Gold

📋 copy color: '#A05727'

red 160 ◦ green 87 ◦ blue 39

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

Shades of Rich Gold #A05727

Tints of Rich Gold #A05727

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

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

R = 55.94%
G = 30.42%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A05727 (or 0xA05727) is known color: Rich Gold. HEX triplet: A0, 57 and 27. RGB value is (160,87,39). Sum of RGB (Red+Green+Blue) = 160+87+39=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A05727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05727 is #5FA8D8. Grayscale: #676767. Windows color (decimal): -6269145 or 2578336. OLE color: 2578336.

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

Color convert

RGB 160 87 39 -
CMYK 0 0.46 0.76 0.37
HSL 23.8º 0.61% 0.39% -
HSV(B) 23.8º 0.76% 0.63% -
XYZ 18.27 14.44 3.74 -
YUV 103.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 160 87 39 0 0.46 0.76 0.37 23.8 0.61 0.39
Hex A0 57 27 0 2E 4C 25 18 3D 27
Octal 240 127 47 0 56 114 45 30 75 47
Binary 10100000 1010111 100111 0 101110 1001100 100101 11000 111101 100111

Color Harmonies of #A05727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05727

Black with #A05727

Text Example


Text Example

White with #A05727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05727; }

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

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

background-color css

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

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

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

border-color css

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

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

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