Html Css Color HEX #A35E4A Crail

📋 copy color: '#A35E4A'

red 163 ◦ green 94 ◦ blue 74

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

Shades of Crail #A35E4A

Tints of Crail #A35E4A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 49.24%
G = 28.4%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A35E4A (or 0xA35E4A) is known color: Crail. HEX triplet: A3, 5E and 4A. RGB value is (163,94,74). Sum of RGB (Red+Green+Blue) = 163+94+74=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35E4A is #5CA1B5. Grayscale: #707070. Windows color (decimal): -6070710 or 4873891. OLE color: 4873891.

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

Color convert

RGB 163 94 74 -
CMYK 0 0.42 0.55 0.36
HSL 13.48º 0.38% 0.46% -
HSV(B) 13.48º 0.55% 0.64% -
XYZ 20.34 16.29 8.55 -
YUV 112.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 163 94 74 0 0.42 0.55 0.36 13.48 0.38 0.46
Hex A3 5E 4A 0 2A 37 24 D 26 2E
Octal 243 136 112 0 52 67 44 15 46 56
Binary 10100011 1011110 1001010 0 101010 110111 100100 1101 100110 101110

Color Harmonies of #A35E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35E4A

Black with #A35E4A

Text Example


Text Example

White with #A35E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35E4A; }

 p { color: rgb(163,94,74); }

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

background-color css

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

 a { background-color: rgb(163,94,74); }

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

border-color css

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

 span { border-color: rgb(163,94,74); }

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