Html Css Color HEX #A35C49 Crail

📋 copy color: '#A35C49'

red 163 ◦ green 92 ◦ blue 73

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

Shades of Crail #A35C49

Tints of Crail #A35C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.05%

 BLUE value IS 73 (28.91% from 255) = 22.26%

R = 49.7%
G = 28.05%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A35C49 (or 0xA35C49) is known color: Crail. HEX triplet: A3, 5C and 49. RGB value is (163,92,73). Sum of RGB (Red+Green+Blue) = 163+92+73=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C49 is #5CA3B6. Grayscale: #6F6F6F. Windows color (decimal): -6071223 or 4807843. OLE color: 4807843.

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

Color convert

RGB 163 92 73 -
CMYK 0 0.44 0.55 0.36
HSL 12.67º 0.38% 0.46% -
HSV(B) 12.67º 0.55% 0.64% -
XYZ 20.13 15.92 8.32 -
YUV 111.06 106.52 165.04 -
System Red Green Blue C M Y K H S L
Decimal 163 92 73 0 0.44 0.55 0.36 12.67 0.38 0.46
Hex A3 5C 49 0 2C 37 24 D 26 2E
Octal 243 134 111 0 54 67 44 15 46 56
Binary 10100011 1011100 1001001 0 101100 110111 100100 1101 100110 101110

Color Harmonies of #A35C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35C49

Black with #A35C49

Text Example


Text Example

White with #A35C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35C49; }

 p { color: rgb(163,92,73); }

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

background-color css

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

 a { background-color: rgb(163,92,73); }

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

border-color css

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

 span { border-color: rgb(163,92,73); }

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