Html Css Color HEX #A85D52 Crail

📋 copy color: '#A85D52'

red 168 ◦ green 93 ◦ blue 82

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

Shades of Crail #A85D52

Tints of Crail #A85D52

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.11%

 BLUE value IS 82 (32.42% from 255) = 23.91%

R = 48.98%
G = 27.11%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A85D52 (or 0xA85D52) is known color: Crail. HEX triplet: A8, 5D and 52. RGB value is (168,93,82). Sum of RGB (Red+Green+Blue) = 168+93+82=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85D52 is #57A2AD. Grayscale: #727272. Windows color (decimal): -5743278 or 5397928. OLE color: 5397928.

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

Color convert

RGB 168 93 82 -
CMYK 0 0.45 0.51 0.34
HSL 7.67º 0.34% 0.49% -
HSV(B) 7.67º 0.51% 0.66% -
XYZ 21.59 16.76 10.08 -
YUV 114.17 109.85 166.39 -
System Red Green Blue C M Y K H S L
Decimal 168 93 82 0 0.45 0.51 0.34 7.67 0.34 0.49
Hex A8 5D 52 0 2D 33 22 8 22 31
Octal 250 135 122 0 55 63 42 10 42 61
Binary 10101000 1011101 1010010 0 101101 110011 100010 1000 100010 110001

Color Harmonies of #A85D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85D52

Black with #A85D52

Text Example


Text Example

White with #A85D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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