Html Css Color HEX #A3655E Au Chico

📋 copy color: '#A3655E'

red 163 ◦ green 101 ◦ blue 94

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

Shades of Au Chico #A3655E

Tints of Au Chico #A3655E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.26%

R = 45.53%
G = 28.21%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3655E (or 0xA3655E) is known color: Au Chico. HEX triplet: A3, 65 and 5E. RGB value is (163,101,94). Sum of RGB (Red+Green+Blue) = 163+101+94=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3655E is #5C9AA1. Grayscale: #767676. Windows color (decimal): -6068898 or 6186403. OLE color: 6186403.

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

Color convert

RGB 163 101 94 -
CMYK 0 0.38 0.42 0.36
HSL 6.09º 0.27% 0.5% -
HSV(B) 6.09º 0.42% 0.64% -
XYZ 21.78 17.9 12.9 -
YUV 118.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 163 101 94 0 0.38 0.42 0.36 6.09 0.27 0.5
Hex A3 65 5E 0 26 2A 24 6 1B 32
Octal 243 145 136 0 46 52 44 6 33 62
Binary 10100011 1100101 1011110 0 100110 101010 100100 110 11011 110010

Color Harmonies of #A3655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3655E

Black with #A3655E

Text Example


Text Example

White with #A3655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3655E; }

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

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

background-color css

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

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

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

border-color css

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

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

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