Html Css Color HEX #A35F50 Crail

📋 copy color: '#A35F50'

red 163 ◦ green 95 ◦ blue 80

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

Shades of Crail #A35F50

Tints of Crail #A35F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.11%

 BLUE value IS 80 (31.64% from 255) = 23.67%

R = 48.22%
G = 28.11%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A35F50 (or 0xA35F50) is known color: Crail. HEX triplet: A3, 5F and 50. RGB value is (163,95,80). Sum of RGB (Red+Green+Blue) = 163+95+80=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F50 is #5CA0AF. Grayscale: #717171. Windows color (decimal): -6070448 or 5267363. OLE color: 5267363.

HSL color Cylindrical-coordinate representation of color #A35F50: hue angle of 10.84º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A35F50 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 95 80 -
CMYK 0 0.42 0.51 0.36
HSL 10.84º 0.34% 0.48% -
HSV(B) 10.84º 0.51% 0.64% -
XYZ 20.64 16.55 9.7 -
YUV 113.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 163 95 80 0 0.42 0.51 0.36 10.84 0.34 0.48
Hex A3 5F 50 0 2A 33 24 B 22 30
Octal 243 137 120 0 52 63 44 13 42 60
Binary 10100011 1011111 1010000 0 101010 110011 100100 1011 100010 110000

Color Harmonies of #A35F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35F50

Black with #A35F50

Text Example


Text Example

White with #A35F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35F50; }

 p { color: rgb(163,95,80); }

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

background-color css

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

 a { background-color: rgb(163,95,80); }

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

border-color css

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

 span { border-color: rgb(163,95,80); }

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