Html Css Color HEX #A56654 Au Chico

📋 copy color: '#A56654'

red 165 ◦ green 102 ◦ blue 84

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

Shades of Au Chico #A56654

Tints of Au Chico #A56654

RGB

 RED value IS 165 (64.84% from 255) = 47.01%

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

 BLUE value IS 84 (33.2% from 255) = 23.93%

R = 47.01%
G = 29.06%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A56654 (or 0xA56654) is known color: Au Chico. HEX triplet: A5, 66 and 54. RGB value is (165,102,84). Sum of RGB (Red+Green+Blue) = 165+102+84=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A56654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56654 is #5A99AB. Grayscale: #767676. Windows color (decimal): -5937580 or 5531301. OLE color: 5531301.

HSL color Cylindrical-coordinate representation of color #A56654: hue angle of 13.33º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A56654 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 102 84 -
CMYK 0 0.38 0.49 0.35
HSL 13.33º 0.33% 0.49% -
HSV(B) 13.33º 0.49% 0.65% -
XYZ 21.87 18.14 10.74 -
YUV 118.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 165 102 84 0 0.38 0.49 0.35 13.33 0.33 0.49
Hex A5 66 54 0 26 31 23 D 21 31
Octal 245 146 124 0 46 61 43 15 41 61
Binary 10100101 1100110 1010100 0 100110 110001 100011 1101 100001 110001

Color Harmonies of #A56654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56654

Black with #A56654

Text Example


Text Example

White with #A56654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56654; }

 p { color: rgb(165,102,84); }

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

background-color css

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

 a { background-color: rgb(165,102,84); }

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

border-color css

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

 span { border-color: rgb(165,102,84); }

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