Html Css Color HEX #A35B4E Crail

📋 copy color: '#A35B4E'

red 163 ◦ green 91 ◦ blue 78

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

Shades of Crail #A35B4E

Tints of Crail #A35B4E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.41%

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

R = 49.1%
G = 27.41%
B = 23.49%

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

#A35B4E (or 0xA35B4E) is known color: Crail. HEX triplet: A3, 5B and 4E. RGB value is (163,91,78). Sum of RGB (Red+Green+Blue) = 163+91+78=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B4E is #5CA4B1. Grayscale: #6F6F6F. Windows color (decimal): -6071474 or 5135267. OLE color: 5135267.

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

Color convert

RGB 163 91 78 -
CMYK 0 0.44 0.52 0.36
HSL 9.18º 0.35% 0.47% -
HSV(B) 9.18º 0.52% 0.64% -
XYZ 20.22 15.82 9.2 -
YUV 111.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 163 91 78 0 0.44 0.52 0.36 9.18 0.35 0.47
Hex A3 5B 4E 0 2C 34 24 9 23 2F
Octal 243 133 116 0 54 64 44 11 43 57
Binary 10100011 1011011 1001110 0 101100 110100 100100 1001 100011 101111

Color Harmonies of #A35B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35B4E

Black with #A35B4E

Text Example


Text Example

White with #A35B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35B4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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