Html Css Color HEX #A85528 Rich Gold

📋 copy color: '#A85528'

red 168 ◦ green 85 ◦ blue 40

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

Shades of Rich Gold #A85528

Tints of Rich Gold #A85528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.01%

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

R = 57.34%
G = 29.01%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A85528 (or 0xA85528) is known color: Rich Gold. HEX triplet: A8, 55 and 28. RGB value is (168,85,40). Sum of RGB (Red+Green+Blue) = 168+85+40=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A85528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85528 is #57AAD7. Grayscale: #686868. Windows color (decimal): -5745368 or 2643368. OLE color: 2643368.

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

Color convert

RGB 168 85 40 -
CMYK 0 0.49 0.76 0.34
HSL 21.09º 0.62% 0.41% -
HSV(B) 21.09º 0.76% 0.66% -
XYZ 19.78 14.98 3.86 -
YUV 104.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 168 85 40 0 0.49 0.76 0.34 21.09 0.62 0.41
Hex A8 55 28 0 31 4C 22 15 3E 29
Octal 250 125 50 0 61 114 42 25 76 51
Binary 10101000 1010101 101000 0 110001 1001100 100010 10101 111110 101001

Color Harmonies of #A85528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85528

Black with #A85528

Text Example


Text Example

White with #A85528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85528; }

 p { color: rgb(168,85,40); }

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

background-color css

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

 a { background-color: rgb(168,85,40); }

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

border-color css

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

 span { border-color: rgb(168,85,40); }

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