Html Css Color HEX #A3695D Au Chico

📋 copy color: '#A3695D'

red 163 ◦ green 105 ◦ blue 93

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

Shades of Au Chico #A3695D

Tints of Au Chico #A3695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

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

R = 45.15%
G = 29.09%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3695D (or 0xA3695D) is known color: Au Chico. HEX triplet: A3, 69 and 5D. RGB value is (163,105,93). Sum of RGB (Red+Green+Blue) = 163+105+93=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A3695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3695D is #5C96A2. Grayscale: #797979. Windows color (decimal): -6067875 or 6121891. OLE color: 6121891.

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

Color convert

RGB 163 105 93 -
CMYK 0 0.36 0.43 0.36
HSL 10.29º 0.28% 0.5% -
HSV(B) 10.29º 0.43% 0.64% -
XYZ 22.13 18.68 12.8 -
YUV 120.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 163 105 93 0 0.36 0.43 0.36 10.29 0.28 0.5
Hex A3 69 5D 0 24 2B 24 A 1C 32
Octal 243 151 135 0 44 53 44 12 34 62
Binary 10100011 1101001 1011101 0 100100 101011 100100 1010 11100 110010

Color Harmonies of #A3695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3695D

Black with #A3695D

Text Example


Text Example

White with #A3695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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