Html Css Color HEX #A85927 Rich Gold

📋 copy color: '#A85927'

red 168 ◦ green 89 ◦ blue 39

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

Shades of Rich Gold #A85927

Tints of Rich Gold #A85927

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

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

R = 56.76%
G = 30.07%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A85927 (or 0xA85927) is known color: Rich Gold. HEX triplet: A8, 59 and 27. RGB value is (168,89,39). Sum of RGB (Red+Green+Blue) = 168+89+39=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A85927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85927 is #57A6D8. Grayscale: #6B6B6B. Windows color (decimal): -5744345 or 2578856. OLE color: 2578856.

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

Color convert

RGB 168 89 39 -
CMYK 0 0.47 0.77 0.34
HSL 23.26º 0.62% 0.41% -
HSV(B) 23.26º 0.77% 0.66% -
XYZ 20.09 15.62 3.87 -
YUV 106.92 89.67 171.57 -
System Red Green Blue C M Y K H S L
Decimal 168 89 39 0 0.47 0.77 0.34 23.26 0.62 0.41
Hex A8 59 27 0 2F 4D 22 17 3E 29
Octal 250 131 47 0 57 115 42 27 76 51
Binary 10101000 1011001 100111 0 101111 1001101 100010 10111 111110 101001

Color Harmonies of #A85927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85927

Black with #A85927

Text Example


Text Example

White with #A85927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85927; }

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

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

background-color css

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

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

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

border-color css

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

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

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