Html Css Color HEX #A85521 Rich Gold

📋 copy color: '#A85521'

red 168 ◦ green 85 ◦ blue 33

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

Shades of Rich Gold #A85521

Tints of Rich Gold #A85521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.54%

R = 58.74%
G = 29.72%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A85521 (or 0xA85521) is known color: Rich Gold. HEX triplet: A8, 55 and 21. RGB value is (168,85,33). Sum of RGB (Red+Green+Blue) = 168+85+33=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A85521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85521 is #57AADE. Grayscale: #686868. Windows color (decimal): -5745375 or 2184616. OLE color: 2184616.

HSL color Cylindrical-coordinate representation of color #A85521: hue angle of 23.11º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A85521 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 85 33 -
CMYK 0 0.49 0.80 0.34
HSL 23.11º 0.67% 0.39% -
HSV(B) 23.11º 0.8% 0.66% -
XYZ 19.67 14.93 3.28 -
YUV 103.89 88 173.73 -
System Red Green Blue C M Y K H S L
Decimal 168 85 33 0 0.49 0.80 0.34 23.11 0.67 0.39
Hex A8 55 21 0 31 50 22 17 43 27
Octal 250 125 41 0 61 120 42 27 103 47
Binary 10101000 1010101 100001 0 110001 1010000 100010 10111 1000011 100111

Color Harmonies of #A85521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85521

Black with #A85521

Text Example


Text Example

White with #A85521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85521; }

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

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

background-color css

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

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

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

border-color css

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

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

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