Html Css Color HEX #A35A4D Crail

📋 copy color: '#A35A4D'

red 163 ◦ green 90 ◦ blue 77

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

Shades of Crail #A35A4D

Tints of Crail #A35A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.33%

R = 49.39%
G = 27.27%
B = 23.33%

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

#A35A4D (or 0xA35A4D) is known color: Crail. HEX triplet: A3, 5A and 4D. RGB value is (163,90,77). Sum of RGB (Red+Green+Blue) = 163+90+77=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35A4D is #5CA5B2. Grayscale: #6E6E6E. Windows color (decimal): -6071731 or 5069475. OLE color: 5069475.

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

Color convert

RGB 163 90 77 -
CMYK 0 0.45 0.53 0.36
HSL 9.07º 0.36% 0.47% -
HSV(B) 9.07º 0.53% 0.64% -
XYZ 20.1 15.63 8.98 -
YUV 110.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 163 90 77 0 0.45 0.53 0.36 9.07 0.36 0.47
Hex A3 5A 4D 0 2D 35 24 9 24 2F
Octal 243 132 115 0 55 65 44 11 44 57
Binary 10100011 1011010 1001101 0 101101 110101 100100 1001 100100 101111

Color Harmonies of #A35A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A4D

Black with #A35A4D

Text Example


Text Example

White with #A35A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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