Html Css Color HEX #A35E5B Au Chico

📋 copy color: '#A35E5B'

red 163 ◦ green 94 ◦ blue 91

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

Shades of Au Chico #A35E5B

Tints of Au Chico #A35E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.15%

R = 46.84%
G = 27.01%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A35E5B (or 0xA35E5B) is known color: Au Chico. HEX triplet: A3, 5E and 5B. RGB value is (163,94,91). Sum of RGB (Red+Green+Blue) = 163+94+91=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35E5B is #5CA1A4. Grayscale: #727272. Windows color (decimal): -6070693 or 5988003. OLE color: 5988003.

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

Color convert

RGB 163 94 91 -
CMYK 0 0.42 0.44 0.36
HSL 2.5º 0.28% 0.5% -
HSV(B) 2.5º 0.44% 0.64% -
XYZ 21 16.55 11.98 -
YUV 114.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 163 94 91 0 0.42 0.44 0.36 2.5 0.28 0.5
Hex A3 5E 5B 0 2A 2C 24 2 1C 32
Octal 243 136 133 0 52 54 44 2 34 62
Binary 10100011 1011110 1011011 0 101010 101100 100100 10 11100 110010

Color Harmonies of #A35E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35E5B

Black with #A35E5B

Text Example


Text Example

White with #A35E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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