Html Css Color HEX #A85943 Crail

📋 copy color: '#A85943'

red 168 ◦ green 89 ◦ blue 67

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

Shades of Crail #A85943

Tints of Crail #A85943

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

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

R = 51.85%
G = 27.47%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A85943 (or 0xA85943) is known color: Crail. HEX triplet: A8, 59 and 43. RGB value is (168,89,67). Sum of RGB (Red+Green+Blue) = 168+89+67=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A85943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85943 is #57A6BC. Grayscale: #6E6E6E. Windows color (decimal): -5744317 or 4413864. OLE color: 4413864.

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

Color convert

RGB 168 89 67 -
CMYK 0 0.47 0.60 0.34
HSL 13.07º 0.43% 0.46% -
HSV(B) 13.07º 0.6% 0.66% -
XYZ 20.73 15.87 7.28 -
YUV 110.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 168 89 67 0 0.47 0.60 0.34 13.07 0.43 0.46
Hex A8 59 43 0 2F 3C 22 D 2B 2E
Octal 250 131 103 0 57 74 42 15 53 56
Binary 10101000 1011001 1000011 0 101111 111100 100010 1101 101011 101110

Color Harmonies of #A85943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85943

Black with #A85943

Text Example


Text Example

White with #A85943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85943; }

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

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

background-color css

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

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

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

border-color css

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

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

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