Html Css Color HEX #A35C58 Au Chico

📋 copy color: '#A35C58'

red 163 ◦ green 92 ◦ blue 88

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

Shades of Au Chico #A35C58

Tints of Au Chico #A35C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.66%

R = 47.52%
G = 26.82%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A35C58 (or 0xA35C58) is known color: Au Chico. HEX triplet: A3, 5C and 58. RGB value is (163,92,88). Sum of RGB (Red+Green+Blue) = 163+92+88=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35C58 is #5CA3A7. Grayscale: #707070. Windows color (decimal): -6071208 or 5790883. OLE color: 5790883.

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

Color convert

RGB 163 92 88 -
CMYK 0 0.44 0.46 0.36
HSL 3.2º 0.3% 0.49% -
HSV(B) 3.2º 0.46% 0.64% -
XYZ 20.69 16.15 11.26 -
YUV 112.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 163 92 88 0 0.44 0.46 0.36 3.2 0.3 0.49
Hex A3 5C 58 0 2C 2E 24 3 1E 31
Octal 243 134 130 0 54 56 44 3 36 61
Binary 10100011 1011100 1011000 0 101100 101110 100100 11 11110 110001

Color Harmonies of #A35C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35C58

Black with #A35C58

Text Example


Text Example

White with #A35C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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