Html Css Color HEX #A85040 Crail

📋 copy color: '#A85040'

red 168 ◦ green 80 ◦ blue 64

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

Shades of Crail #A85040

Tints of Crail #A85040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

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

R = 53.85%
G = 25.64%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A85040 (or 0xA85040) is known color: Crail. HEX triplet: A8, 50 and 40. RGB value is (168,80,64). Sum of RGB (Red+Green+Blue) = 168+80+64=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A85040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85040 is #57AFBF. Grayscale: #686868. Windows color (decimal): -5746624 or 4214952. OLE color: 4214952.

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

Color convert

RGB 168 80 64 -
CMYK 0 0.52 0.62 0.34
HSL 9.23º 0.45% 0.45% -
HSV(B) 9.23º 0.62% 0.66% -
XYZ 19.94 14.43 6.59 -
YUV 104.49 105.15 173.3 -
System Red Green Blue C M Y K H S L
Decimal 168 80 64 0 0.52 0.62 0.34 9.23 0.45 0.45
Hex A8 50 40 0 34 3E 22 9 2D 2D
Octal 250 120 100 0 64 76 42 11 55 55
Binary 10101000 1010000 1000000 0 110100 111110 100010 1001 101101 101101

Color Harmonies of #A85040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85040

Black with #A85040

Text Example


Text Example

White with #A85040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85040; }

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

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

background-color css

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

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

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

border-color css

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

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

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