Html Css Color HEX #A85645 Crail

📋 copy color: '#A85645'

red 168 ◦ green 86 ◦ blue 69

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

Shades of Crail #A85645

Tints of Crail #A85645

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.63%

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

R = 52.01%
G = 26.63%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A85645 (or 0xA85645) is known color: Crail. HEX triplet: A8, 56 and 45. RGB value is (168,86,69). Sum of RGB (Red+Green+Blue) = 168+86+69=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A85645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85645 is #57A9BA. Grayscale: #6C6C6C. Windows color (decimal): -5745083 or 4544168. OLE color: 4544168.

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

Color convert

RGB 168 86 69 -
CMYK 0 0.49 0.59 0.34
HSL 10.3º 0.42% 0.46% -
HSV(B) 10.3º 0.59% 0.66% -
XYZ 20.55 15.41 7.52 -
YUV 108.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 168 86 69 0 0.49 0.59 0.34 10.3 0.42 0.46
Hex A8 56 45 0 31 3B 22 A 2A 2E
Octal 250 126 105 0 61 73 42 12 52 56
Binary 10101000 1010110 1000101 0 110001 111011 100010 1010 101010 101110

Color Harmonies of #A85645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85645

Black with #A85645

Text Example


Text Example

White with #A85645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85645; }

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

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

background-color css

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

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

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

border-color css

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

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

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