Html Css Color HEX #A35A4C Crail

📋 copy color: '#A35A4C'

red 163 ◦ green 90 ◦ blue 76

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

Shades of Crail #A35A4C

Tints of Crail #A35A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.36%

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 49.54%
G = 27.36%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A35A4C (or 0xA35A4C) is known color: Crail. HEX triplet: A3, 5A and 4C. RGB value is (163,90,76). Sum of RGB (Red+Green+Blue) = 163+90+76=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35A4C is #5CA5B3. Grayscale: #6E6E6E. Windows color (decimal): -6071732 or 5003939. OLE color: 5003939.

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

Color convert

RGB 163 90 76 -
CMYK 0 0.45 0.53 0.36
HSL 9.66º 0.36% 0.47% -
HSV(B) 9.66º 0.53% 0.64% -
XYZ 20.06 15.62 8.8 -
YUV 110.23 108.68 165.64 -
System Red Green Blue C M Y K H S L
Decimal 163 90 76 0 0.45 0.53 0.36 9.66 0.36 0.47
Hex A3 5A 4C 0 2D 35 24 A 24 2F
Octal 243 132 114 0 55 65 44 12 44 57
Binary 10100011 1011010 1001100 0 101101 110101 100100 1010 100100 101111

Color Harmonies of #A35A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A4C

Black with #A35A4C

Text Example


Text Example

White with #A35A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A4C; }

 p { color: rgb(163,90,76); }

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

background-color css

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

 a { background-color: rgb(163,90,76); }

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

border-color css

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

 span { border-color: rgb(163,90,76); }

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