Html Css Color HEX #A4695F Au Chico

📋 copy color: '#A4695F'

red 164 ◦ green 105 ◦ blue 95

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

Shades of Au Chico #A4695F

Tints of Au Chico #A4695F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.1%

R = 45.05%
G = 28.85%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4695F (or 0xA4695F) is known color: Au Chico. HEX triplet: A4, 69 and 5F. RGB value is (164,105,95). Sum of RGB (Red+Green+Blue) = 164+105+95=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A4695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4695F is #5B96A0. Grayscale: #797979. Windows color (decimal): -6002337 or 6252964. OLE color: 6252964.

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

Color convert

RGB 164 105 95 -
CMYK 0 0.36 0.42 0.36
HSL 8.7º 0.27% 0.51% -
HSV(B) 8.7º 0.42% 0.64% -
XYZ 22.43 18.82 13.28 -
YUV 121.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 164 105 95 0 0.36 0.42 0.36 8.7 0.27 0.51
Hex A4 69 5F 0 24 2A 24 9 1B 33
Octal 244 151 137 0 44 52 44 11 33 63
Binary 10100100 1101001 1011111 0 100100 101010 100100 1001 11011 110011

Color Harmonies of #A4695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4695F

Black with #A4695F

Text Example


Text Example

White with #A4695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4695F; }

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

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

background-color css

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

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

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

border-color css

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

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

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