Html Css Color HEX #A85340 Crail

📋 copy color: '#A85340'

red 168 ◦ green 83 ◦ blue 64

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

Shades of Crail #A85340

Tints of Crail #A85340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

 BLUE value IS 64 (25.39% from 255) = 20.32%

R = 53.33%
G = 26.35%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A85340 (or 0xA85340) is known color: Crail. HEX triplet: A8, 53 and 40. RGB value is (168,83,64). Sum of RGB (Red+Green+Blue) = 168+83+64=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A85340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85340 is #57ACBF. Grayscale: #6A6A6A. Windows color (decimal): -5745856 or 4215720. OLE color: 4215720.

HSL color Cylindrical-coordinate representation of color #A85340: hue angle of 10.96º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A85340 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 83 64 -
CMYK 0 0.51 0.62 0.34
HSL 10.96º 0.45% 0.45% -
HSV(B) 10.96º 0.62% 0.66% -
XYZ 20.17 14.88 6.66 -
YUV 106.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 168 83 64 0 0.51 0.62 0.34 10.96 0.45 0.45
Hex A8 53 40 0 33 3E 22 B 2D 2D
Octal 250 123 100 0 63 76 42 13 55 55
Binary 10101000 1010011 1000000 0 110011 111110 100010 1011 101101 101101

Color Harmonies of #A85340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85340

Black with #A85340

Text Example


Text Example

White with #A85340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85340; }

 p { color: rgb(168,83,64); }

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

background-color css

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

 a { background-color: rgb(168,83,64); }

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

border-color css

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

 span { border-color: rgb(168,83,64); }

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