Html Css Color HEX #A85324 Rich Gold

📋 copy color: '#A85324'

red 168 ◦ green 83 ◦ blue 36

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

Shades of Rich Gold #A85324

Tints of Rich Gold #A85324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

 BLUE value IS 36 (14.45% from 255) = 12.54%

R = 58.54%
G = 28.92%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A85324 (or 0xA85324) is known color: Rich Gold. HEX triplet: A8, 53 and 24. RGB value is (168,83,36). Sum of RGB (Red+Green+Blue) = 168+83+36=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A85324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85324 is #57ACDB. Grayscale: #676767. Windows color (decimal): -5745884 or 2380712. OLE color: 2380712.

HSL color Cylindrical-coordinate representation of color #A85324: hue angle of 21.36º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A85324 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 83 36 -
CMYK 0 0.51 0.79 0.34
HSL 21.36º 0.65% 0.4% -
HSV(B) 21.36º 0.79% 0.66% -
XYZ 19.56 14.64 3.46 -
YUV 103.06 90.16 174.32 -
System Red Green Blue C M Y K H S L
Decimal 168 83 36 0 0.51 0.79 0.34 21.36 0.65 0.4
Hex A8 53 24 0 33 4F 22 15 41 28
Octal 250 123 44 0 63 117 42 25 101 50
Binary 10101000 1010011 100100 0 110011 1001111 100010 10101 1000001 101000

Color Harmonies of #A85324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85324

Black with #A85324

Text Example


Text Example

White with #A85324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85324; }

 p { color: rgb(168,83,36); }

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

background-color css

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

 a { background-color: rgb(168,83,36); }

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

border-color css

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

 span { border-color: rgb(168,83,36); }

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