Html Css Color HEX #A4695E Au Chico

📋 copy color: '#A4695E'

red 164 ◦ green 105 ◦ blue 94

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

Shades of Au Chico #A4695E

Tints of Au Chico #A4695E

RGB

 RED value IS 164 (64.45% from 255) = 45.18%

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

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

R = 45.18%
G = 28.93%
B = 25.9%

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

#A4695E (or 0xA4695E) is known color: Au Chico. HEX triplet: A4, 69 and 5E. RGB value is (164,105,94). Sum of RGB (Red+Green+Blue) = 164+105+94=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A4695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4695E is #5B96A1. Grayscale: #797979. Windows color (decimal): -6002338 or 6187428. OLE color: 6187428.

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

Color convert

RGB 164 105 94 -
CMYK 0 0.36 0.43 0.36
HSL 9.43º 0.28% 0.51% -
HSV(B) 9.43º 0.43% 0.64% -
XYZ 22.38 18.8 13.04 -
YUV 121.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 164 105 94 0 0.36 0.43 0.36 9.43 0.28 0.51
Hex A4 69 5E 0 24 2B 24 9 1C 33
Octal 244 151 136 0 44 53 44 11 34 63
Binary 10100100 1101001 1011110 0 100100 101011 100100 1001 11100 110011

Color Harmonies of #A4695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4695E

Black with #A4695E

Text Example


Text Example

White with #A4695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4695E; }

 p { color: rgb(164,105,94); }

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

background-color css

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

 a { background-color: rgb(164,105,94); }

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

border-color css

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

 span { border-color: rgb(164,105,94); }

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