Html Css Color HEX #A35646 Crail

📋 copy color: '#A35646'

red 163 ◦ green 86 ◦ blue 70

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

Shades of Crail #A35646

Tints of Crail #A35646

RGB

 RED value IS 163 (64.06% from 255) = 51.1%

 GREEN value IS 86 (33.98% from 255) = 26.96%

 BLUE value IS 70 (27.73% from 255) = 21.94%

R = 51.1%
G = 26.96%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A35646 (or 0xA35646) is known color: Crail. HEX triplet: A3, 56 and 46. RGB value is (163,86,70). Sum of RGB (Red+Green+Blue) = 163+86+70=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A35646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35646 is #5CA9B9. Grayscale: #6B6B6B. Windows color (decimal): -6072762 or 4609699. OLE color: 4609699.

HSL color Cylindrical-coordinate representation of color #A35646: hue angle of 10.32º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A35646 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 86 70 -
CMYK 0 0.47 0.57 0.36
HSL 10.32º 0.4% 0.46% -
HSV(B) 10.32º 0.57% 0.64% -
XYZ 19.54 14.88 7.64 -
YUV 107.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 163 86 70 0 0.47 0.57 0.36 10.32 0.4 0.46
Hex A3 56 46 0 2F 39 24 A 28 2E
Octal 243 126 106 0 57 71 44 12 50 56
Binary 10100011 1010110 1000110 0 101111 111001 100100 1010 101000 101110

Color Harmonies of #A35646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35646

Black with #A35646

Text Example


Text Example

White with #A35646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35646; }

 p { color: rgb(163,86,70); }

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

background-color css

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

 a { background-color: rgb(163,86,70); }

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

border-color css

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

 span { border-color: rgb(163,86,70); }

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