Html Css Color HEX #A85543 Crail

📋 copy color: '#A85543'

red 168 ◦ green 85 ◦ blue 67

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

Shades of Crail #A85543

Tints of Crail #A85543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.56%

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

R = 52.5%
G = 26.56%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A85543 (or 0xA85543) is known color: Crail. HEX triplet: A8, 55 and 43. RGB value is (168,85,67). Sum of RGB (Red+Green+Blue) = 168+85+67=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A85543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85543 is #57AABC. Grayscale: #6B6B6B. Windows color (decimal): -5745341 or 4412840. OLE color: 4412840.

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

Color convert

RGB 168 85 67 -
CMYK 0 0.49 0.60 0.34
HSL 10.69º 0.43% 0.46% -
HSV(B) 10.69º 0.6% 0.66% -
XYZ 20.41 15.23 7.17 -
YUV 107.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 168 85 67 0 0.49 0.60 0.34 10.69 0.43 0.46
Hex A8 55 43 0 31 3C 22 B 2B 2E
Octal 250 125 103 0 61 74 42 13 53 56
Binary 10101000 1010101 1000011 0 110001 111100 100010 1011 101011 101110

Color Harmonies of #A85543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85543

Black with #A85543

Text Example


Text Example

White with #A85543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85543; }

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

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

background-color css

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

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

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

border-color css

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

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

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