Html Css Color HEX #A3695B Au Chico

📋 copy color: '#A3695B'

red 163 ◦ green 105 ◦ blue 91

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

Shades of Au Chico #A3695B

Tints of Au Chico #A3695B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.35%

R = 45.4%
G = 29.25%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3695B (or 0xA3695B) is known color: Au Chico. HEX triplet: A3, 69 and 5B. RGB value is (163,105,91). Sum of RGB (Red+Green+Blue) = 163+105+91=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3695B is #5C96A4. Grayscale: #787878. Windows color (decimal): -6067877 or 5990819. OLE color: 5990819.

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

Color convert

RGB 163 105 91 -
CMYK 0 0.36 0.44 0.36
HSL 11.67º 0.28% 0.5% -
HSV(B) 11.67º 0.44% 0.64% -
XYZ 22.04 18.65 12.33 -
YUV 120.75 111.22 158.14 -
System Red Green Blue C M Y K H S L
Decimal 163 105 91 0 0.36 0.44 0.36 11.67 0.28 0.5
Hex A3 69 5B 0 24 2C 24 C 1C 32
Octal 243 151 133 0 44 54 44 14 34 62
Binary 10100011 1101001 1011011 0 100100 101100 100100 1100 11100 110010

Color Harmonies of #A3695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3695B

Black with #A3695B

Text Example


Text Example

White with #A3695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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