Html Css Color HEX #A16258 Au Chico

📋 copy color: '#A16258'

red 161 ◦ green 98 ◦ blue 88

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

Shades of Au Chico #A16258

Tints of Au Chico #A16258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.24%

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

R = 46.4%
G = 28.24%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A16258 (or 0xA16258) is known color: Au Chico. HEX triplet: A1, 62 and 58. RGB value is (161,98,88). Sum of RGB (Red+Green+Blue) = 161+98+88=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A16258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16258 is #5E9DA7. Grayscale: #737373. Windows color (decimal): -6200744 or 5792417. OLE color: 5792417.

HSL color Cylindrical-coordinate representation of color #A16258: hue angle of 8.22º 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 #A16258 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 98 88 -
CMYK 0 0.39 0.45 0.37
HSL 8.22º 0.29% 0.49% -
HSV(B) 8.22º 0.45% 0.63% -
XYZ 20.83 17.02 11.42 -
YUV 115.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 161 98 88 0 0.39 0.45 0.37 8.22 0.29 0.49
Hex A1 62 58 0 27 2D 25 8 1D 31
Octal 241 142 130 0 47 55 45 10 35 61
Binary 10100001 1100010 1011000 0 100111 101101 100101 1000 11101 110001

Color Harmonies of #A16258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16258

Black with #A16258

Text Example


Text Example

White with #A16258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16258; }

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

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

background-color css

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

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

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

border-color css

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

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

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