Html Css Color HEX #A35C4E Crail

📋 copy color: '#A35C4E'

red 163 ◦ green 92 ◦ blue 78

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

Shades of Crail #A35C4E

Tints of Crail #A35C4E

RGB

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

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

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

R = 48.95%
G = 27.63%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A35C4E (or 0xA35C4E) is known color: Crail. HEX triplet: A3, 5C and 4E. RGB value is (163,92,78). Sum of RGB (Red+Green+Blue) = 163+92+78=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35C4E is #5CA3B1. Grayscale: #6F6F6F. Windows color (decimal): -6071218 or 5135523. OLE color: 5135523.

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

Color convert

RGB 163 92 78 -
CMYK 0 0.44 0.52 0.36
HSL 9.88º 0.35% 0.47% -
HSV(B) 9.88º 0.52% 0.64% -
XYZ 20.31 15.99 9.22 -
YUV 111.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 163 92 78 0 0.44 0.52 0.36 9.88 0.35 0.47
Hex A3 5C 4E 0 2C 34 24 A 23 2F
Octal 243 134 116 0 54 64 44 12 43 57
Binary 10100011 1011100 1001110 0 101100 110100 100100 1010 100011 101111

Color Harmonies of #A35C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35C4E

Black with #A35C4E

Text Example


Text Example

White with #A35C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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