Html Css Color HEX #A16758 Au Chico

📋 copy color: '#A16758'

red 161 ◦ green 103 ◦ blue 88

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

Shades of Au Chico #A16758

Tints of Au Chico #A16758

RGB

 RED value IS 161 (63.28% from 255) = 45.74%

 GREEN value IS 103 (40.63% from 255) = 29.26%

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

R = 45.74%
G = 29.26%
B = 25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A16758 (or 0xA16758) is known color: Au Chico. HEX triplet: A1, 67 and 58. RGB value is (161,103,88). Sum of RGB (Red+Green+Blue) = 161+103+88=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A16758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16758 is #5E98A7. Grayscale: #767676. Windows color (decimal): -6199464 or 5793697. OLE color: 5793697.

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

Color convert

RGB 161 103 88 -
CMYK 0 0.36 0.45 0.37
HSL 12.33º 0.29% 0.49% -
HSV(B) 12.33º 0.45% 0.63% -
XYZ 21.31 17.98 11.58 -
YUV 118.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 161 103 88 0 0.36 0.45 0.37 12.33 0.29 0.49
Hex A1 67 58 0 24 2D 25 C 1D 31
Octal 241 147 130 0 44 55 45 14 35 61
Binary 10100001 1100111 1011000 0 100100 101101 100101 1100 11101 110001

Color Harmonies of #A16758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16758

Black with #A16758

Text Example


Text Example

White with #A16758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16758; }

 p { color: rgb(161,103,88); }

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

background-color css

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

 a { background-color: rgb(161,103,88); }

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

border-color css

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

 span { border-color: rgb(161,103,88); }

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