Html Css Color HEX #A4665F Au Chico

📋 copy color: '#A4665F'

red 164 ◦ green 102 ◦ blue 95

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

Shades of Au Chico #A4665F

Tints of Au Chico #A4665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.25%

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

R = 45.43%
G = 28.25%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4665F (or 0xA4665F) is known color: Au Chico. HEX triplet: A4, 66 and 5F. RGB value is (164,102,95). Sum of RGB (Red+Green+Blue) = 164+102+95=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A4665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4665F is #5B99A0. Grayscale: #777777. Windows color (decimal): -6003105 or 6252196. OLE color: 6252196.

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

Color convert

RGB 164 102 95 -
CMYK 0 0.38 0.42 0.36
HSL 6.09º 0.27% 0.51% -
HSV(B) 6.09º 0.42% 0.64% -
XYZ 22.13 18.22 13.18 -
YUV 119.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 164 102 95 0 0.38 0.42 0.36 6.09 0.27 0.51
Hex A4 66 5F 0 26 2A 24 6 1B 33
Octal 244 146 137 0 46 52 44 6 33 63
Binary 10100100 1100110 1011111 0 100110 101010 100100 110 11011 110011

Color Harmonies of #A4665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4665F

Black with #A4665F

Text Example


Text Example

White with #A4665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4665F; }

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

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

background-color css

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

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

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

border-color css

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

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

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