Html Css Color HEX #A85443 Crail

📋 copy color: '#A85443'

red 168 ◦ green 84 ◦ blue 67

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

Shades of Crail #A85443

Tints of Crail #A85443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.33%

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

R = 52.66%
G = 26.33%
B = 21%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A85443 (or 0xA85443) is known color: Crail. HEX triplet: A8, 54 and 43. RGB value is (168,84,67). Sum of RGB (Red+Green+Blue) = 168+84+67=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A85443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85443 is #57ABBC. Grayscale: #6B6B6B. Windows color (decimal): -5745597 or 4412584. OLE color: 4412584.

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

Color convert

RGB 168 84 67 -
CMYK 0 0.5 0.60 0.34
HSL 10.1º 0.43% 0.46% -
HSV(B) 10.1º 0.6% 0.66% -
XYZ 20.33 15.07 7.15 -
YUV 107.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 168 84 67 0 0.5 0.60 0.34 10.1 0.43 0.46
Hex A8 54 43 0 32 3C 22 A 2B 2E
Octal 250 124 103 0 62 74 42 12 53 56
Binary 10101000 1010100 1000011 0 110010 111100 100010 1010 101011 101110

Color Harmonies of #A85443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85443

Black with #A85443

Text Example


Text Example

White with #A85443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85443; }

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

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

background-color css

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

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

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

border-color css

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

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

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