Html Css Color HEX #A36655 Au Chico

📋 copy color: '#A36655'

red 163 ◦ green 102 ◦ blue 85

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

Shades of Au Chico #A36655

Tints of Au Chico #A36655

RGB

 RED value IS 163 (64.06% from 255) = 46.57%

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

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 46.57%
G = 29.14%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A36655 (or 0xA36655) is known color: Au Chico. HEX triplet: A3, 66 and 55. RGB value is (163,102,85). Sum of RGB (Red+Green+Blue) = 163+102+85=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A36655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36655 is #5C99AA. Grayscale: #767676. Windows color (decimal): -6068651 or 5596835. OLE color: 5596835.

HSL color Cylindrical-coordinate representation of color #A36655: hue angle of 13.08º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A36655 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 102 85 -
CMYK 0 0.37 0.48 0.36
HSL 13.08º 0.31% 0.49% -
HSV(B) 13.08º 0.48% 0.64% -
XYZ 21.5 17.95 10.93 -
YUV 118.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 163 102 85 0 0.37 0.48 0.36 13.08 0.31 0.49
Hex A3 66 55 0 25 30 24 D 1F 31
Octal 243 146 125 0 45 60 44 15 37 61
Binary 10100011 1100110 1010101 0 100101 110000 100100 1101 11111 110001

Color Harmonies of #A36655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36655

Black with #A36655

Text Example


Text Example

White with #A36655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36655; }

 p { color: rgb(163,102,85); }

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

background-color css

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

 a { background-color: rgb(163,102,85); }

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

border-color css

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

 span { border-color: rgb(163,102,85); }

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