Html Css Color HEX #A4685D Au Chico

📋 copy color: '#A4685D'

red 164 ◦ green 104 ◦ blue 93

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

Shades of Au Chico #A4685D

Tints of Au Chico #A4685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.81%

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

R = 45.43%
G = 28.81%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4685D (or 0xA4685D) is known color: Au Chico. HEX triplet: A4, 68 and 5D. RGB value is (164,104,93). Sum of RGB (Red+Green+Blue) = 164+104+93=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A4685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4685D is #5B97A2. Grayscale: #787878. Windows color (decimal): -6002595 or 6121636. OLE color: 6121636.

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

Color convert

RGB 164 104 93 -
CMYK 0 0.37 0.43 0.36
HSL 9.3º 0.28% 0.5% -
HSV(B) 9.3º 0.43% 0.64% -
XYZ 22.24 18.58 12.77 -
YUV 120.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 164 104 93 0 0.37 0.43 0.36 9.3 0.28 0.5
Hex A4 68 5D 0 25 2B 24 9 1C 32
Octal 244 150 135 0 45 53 44 11 34 62
Binary 10100100 1101000 1011101 0 100101 101011 100100 1001 11100 110010

Color Harmonies of #A4685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4685D

Black with #A4685D

Text Example


Text Example

White with #A4685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4685D; }

 p { color: rgb(164,104,93); }

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

background-color css

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

 a { background-color: rgb(164,104,93); }

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

border-color css

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

 span { border-color: rgb(164,104,93); }

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