Html Css Color HEX #A46359 Au Chico

📋 copy color: '#A46359'

red 164 ◦ green 99 ◦ blue 89

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

Shades of Au Chico #A46359

Tints of Au Chico #A46359

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

 BLUE value IS 89 (35.16% from 255) = 25.28%

R = 46.59%
G = 28.13%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A46359 (or 0xA46359) is known color: Au Chico. HEX triplet: A4, 63 and 59. RGB value is (164,99,89). Sum of RGB (Red+Green+Blue) = 164+99+89=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A46359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46359 is #5B9CA6. Grayscale: #757575. Windows color (decimal): -6003879 or 5858212. OLE color: 5858212.

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

Color convert

RGB 164 99 89 -
CMYK 0 0.40 0.46 0.36
HSL 0.3% 0.5% -
HSV(B) 0.46% 0.64% -
XYZ 21.57 17.54 11.7 -
YUV 117.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 164 99 89 0 0.40 0.46 0.36 8 0.3 0.5
Hex A4 63 59 0 28 2E 24 8 1E 32
Octal 244 143 131 0 50 56 44 10 36 62
Binary 10100100 1100011 1011001 0 101000 101110 100100 1000 11110 110010

Color Harmonies of #A46359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46359

Black with #A46359

Text Example


Text Example

White with #A46359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46359; }

 p { color: rgb(164,99,89); }

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

background-color css

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

 a { background-color: rgb(164,99,89); }

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

border-color css

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

 span { border-color: rgb(164,99,89); }

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