Html Css Color HEX #A05827 Rich Gold

📋 copy color: '#A05827'

red 160 ◦ green 88 ◦ blue 39

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

Shades of Rich Gold #A05827

Tints of Rich Gold #A05827

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

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

R = 55.75%
G = 30.66%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A05827 (or 0xA05827) is known color: Rich Gold. HEX triplet: A0, 58 and 27. RGB value is (160,88,39). Sum of RGB (Red+Green+Blue) = 160+88+39=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A05827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05827 is #5FA7D8. Grayscale: #686868. Windows color (decimal): -6268889 or 2578592. OLE color: 2578592.

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

Color convert

RGB 160 88 39 -
CMYK 0 0.45 0.76 0.37
HSL 24.3º 0.61% 0.39% -
HSV(B) 24.3º 0.76% 0.63% -
XYZ 18.35 14.6 3.77 -
YUV 103.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 160 88 39 0 0.45 0.76 0.37 24.3 0.61 0.39
Hex A0 58 27 0 2D 4C 25 18 3D 27
Octal 240 130 47 0 55 114 45 30 75 47
Binary 10100000 1011000 100111 0 101101 1001100 100101 11000 111101 100111

Color Harmonies of #A05827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05827

Black with #A05827

Text Example


Text Example

White with #A05827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05827; }

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

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

background-color css

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

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

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

border-color css

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

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

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