Html Css Color HEX #A85743 Crail

📋 copy color: '#A85743'

red 168 ◦ green 87 ◦ blue 67

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

Shades of Crail #A85743

Tints of Crail #A85743

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

 BLUE value IS 67 (26.56% from 255) = 20.81%

R = 52.17%
G = 27.02%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A85743 (or 0xA85743) is known color: Crail. HEX triplet: A8, 57 and 43. RGB value is (168,87,67). Sum of RGB (Red+Green+Blue) = 168+87+67=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A85743 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85743 is #57A8BC. Grayscale: #6D6D6D. Windows color (decimal): -5744829 or 4413352. OLE color: 4413352.

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

Color convert

RGB 168 87 67 -
CMYK 0 0.48 0.60 0.34
HSL 11.88º 0.43% 0.46% -
HSV(B) 11.88º 0.6% 0.66% -
XYZ 20.57 15.55 7.23 -
YUV 108.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 168 87 67 0 0.48 0.60 0.34 11.88 0.43 0.46
Hex A8 57 43 0 30 3C 22 C 2B 2E
Octal 250 127 103 0 60 74 42 14 53 56
Binary 10101000 1010111 1000011 0 110000 111100 100010 1100 101011 101110

Color Harmonies of #A85743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85743

Black with #A85743

Text Example


Text Example

White with #A85743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85743; }

 p { color: rgb(168,87,67); }

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

background-color css

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

 a { background-color: rgb(168,87,67); }

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

border-color css

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

 span { border-color: rgb(168,87,67); }

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