Html Css Color HEX #A85827 Rich Gold

📋 copy color: '#A85827'

red 168 ◦ green 88 ◦ blue 39

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

Shades of Rich Gold #A85827

Tints of Rich Gold #A85827

RGB

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

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

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

R = 56.95%
G = 29.83%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A85827 (or 0xA85827) is known color: Rich Gold. HEX triplet: A8, 58 and 27. RGB value is (168,88,39). Sum of RGB (Red+Green+Blue) = 168+88+39=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A85827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85827 is #57A7D8. Grayscale: #6A6A6A. Windows color (decimal): -5744601 or 2578600. OLE color: 2578600.

HSL color Cylindrical-coordinate representation of color #A85827: hue angle of 22.79º 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 #A85827 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 88 39 -
CMYK 0 0.48 0.77 0.34
HSL 22.79º 0.62% 0.41% -
HSV(B) 22.79º 0.77% 0.66% -
XYZ 20 15.45 3.85 -
YUV 106.33 90 171.98 -
System Red Green Blue C M Y K H S L
Decimal 168 88 39 0 0.48 0.77 0.34 22.79 0.62 0.41
Hex A8 58 27 0 30 4D 22 17 3E 29
Octal 250 130 47 0 60 115 42 27 76 51
Binary 10101000 1011000 100111 0 110000 1001101 100010 10111 111110 101001

Color Harmonies of #A85827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85827

Black with #A85827

Text Example


Text Example

White with #A85827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85827; }

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

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

background-color css

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

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

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

border-color css

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

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

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