Html Css Color HEX #A85243 Crail

📋 copy color: '#A85243'

red 168 ◦ green 82 ◦ blue 67

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

Shades of Crail #A85243

Tints of Crail #A85243

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.87%

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

R = 53%
G = 25.87%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A85243 (or 0xA85243) is known color: Crail. HEX triplet: A8, 52 and 43. RGB value is (168,82,67). Sum of RGB (Red+Green+Blue) = 168+82+67=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A85243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85243 is #57ADBC. Grayscale: #6A6A6A. Windows color (decimal): -5746109 or 4412072. OLE color: 4412072.

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

Color convert

RGB 168 82 67 -
CMYK 0 0.51 0.60 0.34
HSL 8.91º 0.43% 0.46% -
HSV(B) 8.91º 0.6% 0.66% -
XYZ 20.18 14.76 7.1 -
YUV 106 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 168 82 67 0 0.51 0.60 0.34 8.91 0.43 0.46
Hex A8 52 43 0 33 3C 22 9 2B 2E
Octal 250 122 103 0 63 74 42 11 53 56
Binary 10101000 1010010 1000011 0 110011 111100 100010 1001 101011 101110

Color Harmonies of #A85243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85243

Black with #A85243

Text Example


Text Example

White with #A85243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85243; }

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

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

background-color css

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

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

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

border-color css

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

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

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