Html Css Color HEX #A35D55 Au Chico

📋 copy color: '#A35D55'

red 163 ◦ green 93 ◦ blue 85

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

Shades of Au Chico #A35D55

Tints of Au Chico #A35D55

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.27%

 BLUE value IS 85 (33.59% from 255) = 24.93%

R = 47.8%
G = 27.27%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A35D55 (or 0xA35D55) is known color: Au Chico. HEX triplet: A3, 5D and 55. RGB value is (163,93,85). Sum of RGB (Red+Green+Blue) = 163+93+85=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35D55 is #5CA2AA. Grayscale: #717171. Windows color (decimal): -6070955 or 5594531. OLE color: 5594531.

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

Color convert

RGB 163 93 85 -
CMYK 0 0.43 0.48 0.36
HSL 6.15º 0.31% 0.49% -
HSV(B) 6.15º 0.48% 0.64% -
XYZ 20.66 16.27 10.65 -
YUV 113.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 163 93 85 0 0.43 0.48 0.36 6.15 0.31 0.49
Hex A3 5D 55 0 2B 30 24 6 1F 31
Octal 243 135 125 0 53 60 44 6 37 61
Binary 10100011 1011101 1010101 0 101011 110000 100100 110 11111 110001

Color Harmonies of #A35D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35D55

Black with #A35D55

Text Example


Text Example

White with #A35D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35D55; }

 p { color: rgb(163,93,85); }

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

background-color css

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

 a { background-color: rgb(163,93,85); }

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

border-color css

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

 span { border-color: rgb(163,93,85); }

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