Html Css Color HEX #A85843 Crail

📋 copy color: '#A85843'

red 168 ◦ green 88 ◦ blue 67

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

Shades of Crail #A85843

Tints of Crail #A85843

RGB

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

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

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

R = 52.01%
G = 27.24%
B = 20.74%

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

#A85843 (or 0xA85843) is known color: Crail. HEX triplet: A8, 58 and 43. RGB value is (168,88,67). Sum of RGB (Red+Green+Blue) = 168+88+67=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A85843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85843 is #57A7BC. Grayscale: #6D6D6D. Windows color (decimal): -5744573 or 4413608. OLE color: 4413608.

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

Color convert

RGB 168 88 67 -
CMYK 0 0.48 0.60 0.34
HSL 12.48º 0.43% 0.46% -
HSV(B) 12.48º 0.6% 0.66% -
XYZ 20.65 15.71 7.25 -
YUV 109.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 168 88 67 0 0.48 0.60 0.34 12.48 0.43 0.46
Hex A8 58 43 0 30 3C 22 C 2B 2E
Octal 250 130 103 0 60 74 42 14 53 56
Binary 10101000 1011000 1000011 0 110000 111100 100010 1100 101011 101110

Color Harmonies of #A85843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85843

Black with #A85843

Text Example


Text Example

White with #A85843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85843; }

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

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

background-color css

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

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

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

border-color css

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

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

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