Html Css Color HEX #A35A4E Crail

📋 copy color: '#A35A4E'

red 163 ◦ green 90 ◦ blue 78

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

Shades of Crail #A35A4E

Tints of Crail #A35A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.56%

R = 49.24%
G = 27.19%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A35A4E (or 0xA35A4E) is known color: Crail. HEX triplet: A3, 5A and 4E. RGB value is (163,90,78). Sum of RGB (Red+Green+Blue) = 163+90+78=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35A4E is #5CA5B1. Grayscale: #6E6E6E. Windows color (decimal): -6071730 or 5135011. OLE color: 5135011.

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

Color convert

RGB 163 90 78 -
CMYK 0 0.45 0.52 0.36
HSL 8.47º 0.35% 0.47% -
HSV(B) 8.47º 0.52% 0.64% -
XYZ 20.14 15.65 9.17 -
YUV 110.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 163 90 78 0 0.45 0.52 0.36 8.47 0.35 0.47
Hex A3 5A 4E 0 2D 34 24 8 23 2F
Octal 243 132 116 0 55 64 44 10 43 57
Binary 10100011 1011010 1001110 0 101101 110100 100100 1000 100011 101111

Color Harmonies of #A35A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A4E

Black with #A35A4E

Text Example


Text Example

White with #A35A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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