Html Css Color HEX #A85223 Rich Gold

📋 copy color: '#A85223'

red 168 ◦ green 82 ◦ blue 35

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

Shades of Rich Gold #A85223

Tints of Rich Gold #A85223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

 BLUE value IS 35 (14.06% from 255) = 12.28%

R = 58.95%
G = 28.77%
B = 12.28%

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

#A85223 (or 0xA85223) is known color: Rich Gold. HEX triplet: A8, 52 and 23. RGB value is (168,82,35). Sum of RGB (Red+Green+Blue) = 168+82+35=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A85223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85223 is #57ADDC. Grayscale: #666666. Windows color (decimal): -5746141 or 2314920. OLE color: 2314920.

HSL color Cylindrical-coordinate representation of color #A85223: hue angle of 21.2º degrees, saturation: 0.66, 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 #A85223 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 82 35 -
CMYK 0 0.51 0.79 0.34
HSL 21.2º 0.66% 0.4% -
HSV(B) 21.2º 0.79% 0.66% -
XYZ 19.47 14.48 3.36 -
YUV 102.36 89.99 174.82 -
System Red Green Blue C M Y K H S L
Decimal 168 82 35 0 0.51 0.79 0.34 21.2 0.66 0.4
Hex A8 52 23 0 33 4F 22 15 42 28
Octal 250 122 43 0 63 117 42 25 102 50
Binary 10101000 1010010 100011 0 110011 1001111 100010 10101 1000010 101000

Color Harmonies of #A85223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85223

Black with #A85223

Text Example


Text Example

White with #A85223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85223; }

 p { color: rgb(168,82,35); }

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

background-color css

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

 a { background-color: rgb(168,82,35); }

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

border-color css

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

 span { border-color: rgb(168,82,35); }

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