Html Css Color HEX #A85344 Crail

📋 copy color: '#A85344'

red 168 ◦ green 83 ◦ blue 68

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

Shades of Crail #A85344

Tints of Crail #A85344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.02%

 BLUE value IS 68 (26.95% from 255) = 21.32%

R = 52.66%
G = 26.02%
B = 21.32%

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

#A85344 (or 0xA85344) is known color: Crail. HEX triplet: A8, 53 and 44. RGB value is (168,83,68). Sum of RGB (Red+Green+Blue) = 168+83+68=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A85344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85344 is #57ACBB. Grayscale: #6A6A6A. Windows color (decimal): -5745852 or 4477864. OLE color: 4477864.

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

Color convert

RGB 168 83 68 -
CMYK 0 0.51 0.60 0.34
HSL 0.42% 0.46% -
HSV(B) 0.6% 0.66% -
XYZ 20.29 14.93 7.28 -
YUV 106.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 168 83 68 0 0.51 0.60 0.34 9 0.42 0.46
Hex A8 53 44 0 33 3C 22 9 2A 2E
Octal 250 123 104 0 63 74 42 11 52 56
Binary 10101000 1010011 1000100 0 110011 111100 100010 1001 101010 101110

Color Harmonies of #A85344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85344

Black with #A85344

Text Example


Text Example

White with #A85344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85344; }

 p { color: rgb(168,83,68); }

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

background-color css

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

 a { background-color: rgb(168,83,68); }

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

border-color css

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

 span { border-color: rgb(168,83,68); }

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