Html Css Color HEX #A35446 Crail

📋 copy color: '#A35446'

red 163 ◦ green 84 ◦ blue 70

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

Shades of Crail #A35446

Tints of Crail #A35446

RGB

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

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

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

R = 51.42%
G = 26.5%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A35446 (or 0xA35446) is known color: Crail. HEX triplet: A3, 54 and 46. RGB value is (163,84,70). Sum of RGB (Red+Green+Blue) = 163+84+70=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A35446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35446 is #5CABB9. Grayscale: #6A6A6A. Windows color (decimal): -6073274 or 4609187. OLE color: 4609187.

HSL color Cylindrical-coordinate representation of color #A35446: hue angle of 9.03º 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 #A35446 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 84 70 -
CMYK 0 0.48 0.57 0.36
HSL 9.03º 0.4% 0.46% -
HSV(B) 9.03º 0.57% 0.64% -
XYZ 19.38 14.57 7.59 -
YUV 106.03 107.67 168.64 -
System Red Green Blue C M Y K H S L
Decimal 163 84 70 0 0.48 0.57 0.36 9.03 0.4 0.46
Hex A3 54 46 0 30 39 24 9 28 2E
Octal 243 124 106 0 60 71 44 11 50 56
Binary 10100011 1010100 1000110 0 110000 111001 100100 1001 101000 101110

Color Harmonies of #A35446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35446

Black with #A35446

Text Example


Text Example

White with #A35446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35446; }

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

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

background-color css

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

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

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

border-color css

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

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

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