Html Css Color HEX #A85845 Crail

📋 copy color: '#A85845'

red 168 ◦ green 88 ◦ blue 69

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

Shades of Crail #A85845

Tints of Crail #A85845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

 BLUE value IS 69 (27.34% from 255) = 21.23%

R = 51.69%
G = 27.08%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A85845 (or 0xA85845) is known color: Crail. HEX triplet: A8, 58 and 45. RGB value is (168,88,69). Sum of RGB (Red+Green+Blue) = 168+88+69=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A85845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85845 is #57A7BA. Grayscale: #6D6D6D. Windows color (decimal): -5744571 or 4544680. OLE color: 4544680.

HSL color Cylindrical-coordinate representation of color #A85845: hue angle of 11.52º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A85845 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 88 69 -
CMYK 0 0.48 0.59 0.34
HSL 11.52º 0.42% 0.46% -
HSV(B) 11.52º 0.59% 0.66% -
XYZ 20.71 15.73 7.58 -
YUV 109.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 168 88 69 0 0.48 0.59 0.34 11.52 0.42 0.46
Hex A8 58 45 0 30 3B 22 C 2A 2E
Octal 250 130 105 0 60 73 42 14 52 56
Binary 10101000 1011000 1000101 0 110000 111011 100010 1100 101010 101110

Color Harmonies of #A85845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85845

Black with #A85845

Text Example


Text Example

White with #A85845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85845; }

 p { color: rgb(168,88,69); }

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

background-color css

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

 a { background-color: rgb(168,88,69); }

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

border-color css

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

 span { border-color: rgb(168,88,69); }

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