Html Css Color HEX #A35C54 Crail

📋 copy color: '#A35C54'

red 163 ◦ green 92 ◦ blue 84

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

Shades of Crail #A35C54

Tints of Crail #A35C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.78%

R = 48.08%
G = 27.14%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A35C54 (or 0xA35C54) is known color: Crail. HEX triplet: A3, 5C and 54. RGB value is (163,92,84). Sum of RGB (Red+Green+Blue) = 163+92+84=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35C54 is #5CA3AB. Grayscale: #707070. Windows color (decimal): -6071212 or 5528739. OLE color: 5528739.

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

Color convert

RGB 163 92 84 -
CMYK 0 0.44 0.48 0.36
HSL 6.08º 0.32% 0.48% -
HSV(B) 6.08º 0.48% 0.64% -
XYZ 20.53 16.08 10.41 -
YUV 112.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 163 92 84 0 0.44 0.48 0.36 6.08 0.32 0.48
Hex A3 5C 54 0 2C 30 24 6 20 30
Octal 243 134 124 0 54 60 44 6 40 60
Binary 10100011 1011100 1010100 0 101100 110000 100100 110 100000 110000

Color Harmonies of #A35C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35C54

Black with #A35C54

Text Example


Text Example

White with #A35C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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