Html Css Color HEX #A35544 Crail

📋 copy color: '#A35544'

red 163 ◦ green 85 ◦ blue 68

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

Shades of Crail #A35544

Tints of Crail #A35544

RGB

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

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

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

R = 51.58%
G = 26.9%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A35544 (or 0xA35544) is known color: Crail. HEX triplet: A3, 55 and 44. RGB value is (163,85,68). Sum of RGB (Red+Green+Blue) = 163+85+68=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A35544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35544 is #5CAABB. Grayscale: #6A6A6A. Windows color (decimal): -6073020 or 4478371. OLE color: 4478371.

HSL color Cylindrical-coordinate representation of color #A35544: hue angle of 10.74º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A35544 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 85 68 -
CMYK 0 0.48 0.58 0.36
HSL 10.74º 0.41% 0.45% -
HSV(B) 10.74º 0.58% 0.64% -
XYZ 19.4 14.7 7.28 -
YUV 106.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 163 85 68 0 0.48 0.58 0.36 10.74 0.41 0.45
Hex A3 55 44 0 30 3A 24 B 29 2D
Octal 243 125 104 0 60 72 44 13 51 55
Binary 10100011 1010101 1000100 0 110000 111010 100100 1011 101001 101101

Color Harmonies of #A35544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35544

Black with #A35544

Text Example


Text Example

White with #A35544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35544; }

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

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

background-color css

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

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

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

border-color css

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

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

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