Html Css Color HEX #A85127 Rich Gold

📋 copy color: '#A85127'

red 168 ◦ green 81 ◦ blue 39

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

Shades of Rich Gold #A85127

Tints of Rich Gold #A85127

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.13%

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

R = 58.33%
G = 28.13%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A85127 (or 0xA85127) is known color: Rich Gold. HEX triplet: A8, 51 and 27. RGB value is (168,81,39). Sum of RGB (Red+Green+Blue) = 168+81+39=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A85127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85127 is #57AED8. Grayscale: #666666. Windows color (decimal): -5746393 or 2576808. OLE color: 2576808.

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

Color convert

RGB 168 81 39 -
CMYK 0 0.52 0.77 0.34
HSL 19.53º 0.62% 0.41% -
HSV(B) 19.53º 0.77% 0.66% -
XYZ 19.46 14.36 3.66 -
YUV 102.23 92.32 174.92 -
System Red Green Blue C M Y K H S L
Decimal 168 81 39 0 0.52 0.77 0.34 19.53 0.62 0.41
Hex A8 51 27 0 34 4D 22 14 3E 29
Octal 250 121 47 0 64 115 42 24 76 51
Binary 10101000 1010001 100111 0 110100 1001101 100010 10100 111110 101001

Color Harmonies of #A85127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85127

Black with #A85127

Text Example


Text Example

White with #A85127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85127; }

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

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

background-color css

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

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

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

border-color css

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

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

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