Html Css Color HEX #A85445 Crail

📋 copy color: '#A85445'

red 168 ◦ green 84 ◦ blue 69

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

Shades of Crail #A85445

Tints of Crail #A85445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

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

R = 52.34%
G = 26.17%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A85445 (or 0xA85445) is known color: Crail. HEX triplet: A8, 54 and 45. RGB value is (168,84,69). Sum of RGB (Red+Green+Blue) = 168+84+69=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A85445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85445 is #57ABBA. Grayscale: #6B6B6B. Windows color (decimal): -5745595 or 4543656. OLE color: 4543656.

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

Color convert

RGB 168 84 69 -
CMYK 0 0.5 0.59 0.34
HSL 9.09º 0.42% 0.46% -
HSV(B) 9.09º 0.59% 0.66% -
XYZ 20.39 15.1 7.47 -
YUV 107.41 106.33 171.22 -
System Red Green Blue C M Y K H S L
Decimal 168 84 69 0 0.5 0.59 0.34 9.09 0.42 0.46
Hex A8 54 45 0 32 3B 22 9 2A 2E
Octal 250 124 105 0 62 73 42 11 52 56
Binary 10101000 1010100 1000101 0 110010 111011 100010 1001 101010 101110

Color Harmonies of #A85445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85445

Black with #A85445

Text Example


Text Example

White with #A85445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85445; }

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

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

background-color css

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

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

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

border-color css

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

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

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