Html Css Color HEX #A35546 Crail

📋 copy color: '#A35546'

red 163 ◦ green 85 ◦ blue 70

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

Shades of Crail #A35546

Tints of Crail #A35546

RGB

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

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

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

R = 51.26%
G = 26.73%
B = 22.01%

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

#A35546 (or 0xA35546) is known color: Crail. HEX triplet: A3, 55 and 46. RGB value is (163,85,70). Sum of RGB (Red+Green+Blue) = 163+85+70=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A35546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35546 is #5CAAB9. Grayscale: #6A6A6A. Windows color (decimal): -6073018 or 4609443. OLE color: 4609443.

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

Color convert

RGB 163 85 70 -
CMYK 0 0.48 0.57 0.36
HSL 9.68º 0.4% 0.46% -
HSV(B) 9.68º 0.57% 0.64% -
XYZ 19.46 14.73 7.61 -
YUV 106.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 163 85 70 0 0.48 0.57 0.36 9.68 0.4 0.46
Hex A3 55 46 0 30 39 24 A 28 2E
Octal 243 125 106 0 60 71 44 12 50 56
Binary 10100011 1010101 1000110 0 110000 111001 100100 1010 101000 101110

Color Harmonies of #A35546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35546

Black with #A35546

Text Example


Text Example

White with #A35546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35546; }

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

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

background-color css

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

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

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

border-color css

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

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

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