Html Css Color HEX #A86958 Au Chico

📋 copy color: '#A86958'

red 168 ◦ green 105 ◦ blue 88

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

Shades of Au Chico #A86958

Tints of Au Chico #A86958

RGB

 RED value IS 168 (66.02% from 255) = 46.54%

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

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

R = 46.54%
G = 29.09%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A86958 (or 0xA86958) is known color: Au Chico. HEX triplet: A8, 69 and 58. RGB value is (168,105,88). Sum of RGB (Red+Green+Blue) = 168+105+88=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A86958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86958 is #5796A7. Grayscale: #7A7A7A. Windows color (decimal): -5740200 or 5794216. OLE color: 5794216.

HSL color Cylindrical-coordinate representation of color #A86958: hue angle of 12.75º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A86958 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 105 88 -
CMYK 0 0.38 0.48 0.34
HSL 12.75º 0.31% 0.5% -
HSV(B) 12.75º 0.48% 0.66% -
XYZ 22.96 19.13 11.72 -
YUV 121.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 168 105 88 0 0.38 0.48 0.34 12.75 0.31 0.5
Hex A8 69 58 0 26 30 22 D 1F 32
Octal 250 151 130 0 46 60 42 15 37 62
Binary 10101000 1101001 1011000 0 100110 110000 100010 1101 11111 110010

Color Harmonies of #A86958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86958

Black with #A86958

Text Example


Text Example

White with #A86958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86958; }

 p { color: rgb(168,105,88); }

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

background-color css

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

 a { background-color: rgb(168,105,88); }

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

border-color css

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

 span { border-color: rgb(168,105,88); }

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