Html Css Color HEX #A85945 Crail

📋 copy color: '#A85945'

red 168 ◦ green 89 ◦ blue 69

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

Shades of Crail #A85945

Tints of Crail #A85945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

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

R = 51.53%
G = 27.3%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A85945 (or 0xA85945) is known color: Crail. HEX triplet: A8, 59 and 45. RGB value is (168,89,69). Sum of RGB (Red+Green+Blue) = 168+89+69=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A85945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85945 is #57A6BA. Grayscale: #6E6E6E. Windows color (decimal): -5744315 or 4544936. OLE color: 4544936.

HSL color Cylindrical-coordinate representation of color #A85945: hue angle of 12.12º 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 #A85945 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 89 69 -
CMYK 0 0.47 0.59 0.34
HSL 12.12º 0.42% 0.46% -
HSV(B) 12.12º 0.59% 0.66% -
XYZ 20.8 15.9 7.6 -
YUV 110.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 168 89 69 0 0.47 0.59 0.34 12.12 0.42 0.46
Hex A8 59 45 0 2F 3B 22 C 2A 2E
Octal 250 131 105 0 57 73 42 14 52 56
Binary 10101000 1011001 1000101 0 101111 111011 100010 1100 101010 101110

Color Harmonies of #A85945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85945

Black with #A85945

Text Example


Text Example

White with #A85945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85945; }

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

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

background-color css

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

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

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

border-color css

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

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

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