Html Css Color HEX #A36955 Au Chico

📋 copy color: '#A36955'

red 163 ◦ green 105 ◦ blue 85

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

Shades of Au Chico #A36955

Tints of Au Chico #A36955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

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

R = 46.18%
G = 29.75%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A36955 (or 0xA36955) is known color: Au Chico. HEX triplet: A3, 69 and 55. RGB value is (163,105,85). Sum of RGB (Red+Green+Blue) = 163+105+85=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A36955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36955 is #5C96AA. Grayscale: #787878. Windows color (decimal): -6067883 or 5597603. OLE color: 5597603.

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

Color convert

RGB 163 105 85 -
CMYK 0 0.36 0.48 0.36
HSL 15.38º 0.31% 0.49% -
HSV(B) 15.38º 0.48% 0.64% -
XYZ 21.8 18.55 11.03 -
YUV 120.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 163 105 85 0 0.36 0.48 0.36 15.38 0.31 0.49
Hex A3 69 55 0 24 30 24 F 1F 31
Octal 243 151 125 0 44 60 44 17 37 61
Binary 10100011 1101001 1010101 0 100100 110000 100100 1111 11111 110001

Color Harmonies of #A36955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36955

Black with #A36955

Text Example


Text Example

White with #A36955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36955; }

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

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

background-color css

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

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

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

border-color css

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

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

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