Html Css Color HEX #A85627 Rich Gold

📋 copy color: '#A85627'

red 168 ◦ green 86 ◦ blue 39

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

Shades of Rich Gold #A85627

Tints of Rich Gold #A85627

RGB

 RED value IS 168 (66.02% from 255) = 57.34%

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

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

R = 57.34%
G = 29.35%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A85627 (or 0xA85627) is known color: Rich Gold. HEX triplet: A8, 56 and 27. RGB value is (168,86,39). Sum of RGB (Red+Green+Blue) = 168+86+39=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A85627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85627 is #57A9D8. Grayscale: #696969. Windows color (decimal): -5745113 or 2578088. OLE color: 2578088.

HSL color Cylindrical-coordinate representation of color #A85627: hue angle of 21.86º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A85627 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 86 39 -
CMYK 0 0.49 0.77 0.34
HSL 21.86º 0.62% 0.41% -
HSV(B) 21.86º 0.77% 0.66% -
XYZ 19.84 15.13 3.79 -
YUV 105.16 90.67 172.82 -
System Red Green Blue C M Y K H S L
Decimal 168 86 39 0 0.49 0.77 0.34 21.86 0.62 0.41
Hex A8 56 27 0 31 4D 22 16 3E 29
Octal 250 126 47 0 61 115 42 26 76 51
Binary 10101000 1010110 100111 0 110001 1001101 100010 10110 111110 101001

Color Harmonies of #A85627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85627

Black with #A85627

Text Example


Text Example

White with #A85627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85627; }

 p { color: rgb(168,86,39); }

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

background-color css

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

 a { background-color: rgb(168,86,39); }

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

border-color css

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

 span { border-color: rgb(168,86,39); }

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