Html Css Color HEX #A56658 Au Chico

📋 copy color: '#A56658'

red 165 ◦ green 102 ◦ blue 88

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

Shades of Au Chico #A56658

Tints of Au Chico #A56658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.79%

R = 46.48%
G = 28.73%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A56658 (or 0xA56658) is known color: Au Chico. HEX triplet: A5, 66 and 58. RGB value is (165,102,88). Sum of RGB (Red+Green+Blue) = 165+102+88=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A56658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56658 is #5A99A7. Grayscale: #777777. Windows color (decimal): -5937576 or 5793445. OLE color: 5793445.

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

Color convert

RGB 165 102 88 -
CMYK 0 0.38 0.47 0.35
HSL 10.91º 0.3% 0.5% -
HSV(B) 10.91º 0.47% 0.65% -
XYZ 22.03 18.21 11.59 -
YUV 119.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 165 102 88 0 0.38 0.47 0.35 10.91 0.3 0.5
Hex A5 66 58 0 26 2F 23 B 1E 32
Octal 245 146 130 0 46 57 43 13 36 62
Binary 10100101 1100110 1011000 0 100110 101111 100011 1011 11110 110010

Color Harmonies of #A56658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56658

Black with #A56658

Text Example


Text Example

White with #A56658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56658; }

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

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

background-color css

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

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

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

border-color css

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

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

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