Html Css Color HEX #A3655D Au Chico

📋 copy color: '#A3655D'

red 163 ◦ green 101 ◦ blue 93

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

Shades of Au Chico #A3655D

Tints of Au Chico #A3655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.29%

 BLUE value IS 93 (36.72% from 255) = 26.05%

R = 45.66%
G = 28.29%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3655D (or 0xA3655D) is known color: Au Chico. HEX triplet: A3, 65 and 5D. RGB value is (163,101,93). Sum of RGB (Red+Green+Blue) = 163+101+93=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3655D is #5C9AA2. Grayscale: #767676. Windows color (decimal): -6068899 or 6120867. OLE color: 6120867.

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

Color convert

RGB 163 101 93 -
CMYK 0 0.38 0.43 0.36
HSL 6.86º 0.28% 0.5% -
HSV(B) 6.86º 0.43% 0.64% -
XYZ 21.73 17.88 12.66 -
YUV 118.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 163 101 93 0 0.38 0.43 0.36 6.86 0.28 0.5
Hex A3 65 5D 0 26 2B 24 7 1C 32
Octal 243 145 135 0 46 53 44 7 34 62
Binary 10100011 1100101 1011101 0 100110 101011 100100 111 11100 110010

Color Harmonies of #A3655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3655D

Black with #A3655D

Text Example


Text Example

White with #A3655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3655D; }

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

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

background-color css

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

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

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

border-color css

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

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

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