Html Css Color HEX #A05628 Rich Gold

📋 copy color: '#A05628'

red 160 ◦ green 86 ◦ blue 40

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

Shades of Rich Gold #A05628

Tints of Rich Gold #A05628

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.07%

 BLUE value IS 40 (16.02% from 255) = 13.99%

R = 55.94%
G = 30.07%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A05628 (or 0xA05628) is known color: Rich Gold. HEX triplet: A0, 56 and 28. RGB value is (160,86,40). Sum of RGB (Red+Green+Blue) = 160+86+40=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A05628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05628 is #5FA9D7. Grayscale: #676767. Windows color (decimal): -6269400 or 2643616. OLE color: 2643616.

HSL color Cylindrical-coordinate representation of color #A05628: hue angle of 23º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A05628 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 86 40 -
CMYK 0 0.46 0.75 0.37
HSL 23º 0.6% 0.39% -
HSV(B) 23º 0.75% 0.63% -
XYZ 18.21 14.28 3.8 -
YUV 102.88 92.52 168.74 -
System Red Green Blue C M Y K H S L
Decimal 160 86 40 0 0.46 0.75 0.37 23 0.6 0.39
Hex A0 56 28 0 2E 4B 25 17 3C 27
Octal 240 126 50 0 56 113 45 27 74 47
Binary 10100000 1010110 101000 0 101110 1001011 100101 10111 111100 100111

Color Harmonies of #A05628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05628

Black with #A05628

Text Example


Text Example

White with #A05628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05628; }

 p { color: rgb(160,86,40); }

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

background-color css

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

 a { background-color: rgb(160,86,40); }

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

border-color css

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

 span { border-color: rgb(160,86,40); }

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