Html Css Color HEX #A35F58 Au Chico

📋 copy color: '#A35F58'

red 163 ◦ green 95 ◦ blue 88

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

Shades of Au Chico #A35F58

Tints of Au Chico #A35F58

RGB

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

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

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

R = 47.11%
G = 27.46%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A35F58 (or 0xA35F58) is known color: Au Chico. HEX triplet: A3, 5F and 58. RGB value is (163,95,88). Sum of RGB (Red+Green+Blue) = 163+95+88=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F58 is #5CA0A7. Grayscale: #727272. Windows color (decimal): -6070440 or 5791651. OLE color: 5791651.

HSL color Cylindrical-coordinate representation of color #A35F58: hue angle of 5.6º 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 #A35F58 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 95 88 -
CMYK 0 0.42 0.46 0.36
HSL 5.6º 0.3% 0.49% -
HSV(B) 5.6º 0.46% 0.64% -
XYZ 20.96 16.68 11.35 -
YUV 114.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 163 95 88 0 0.42 0.46 0.36 5.6 0.3 0.49
Hex A3 5F 58 0 2A 2E 24 6 1E 31
Octal 243 137 130 0 52 56 44 6 36 61
Binary 10100011 1011111 1011000 0 101010 101110 100100 110 11110 110001

Color Harmonies of #A35F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35F58

Black with #A35F58

Text Example


Text Example

White with #A35F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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