Html Css Color HEX #A86C5B Au Chico

📋 copy color: '#A86C5B'

red 168 ◦ green 108 ◦ blue 91

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

Shades of Au Chico #A86C5B

Tints of Au Chico #A86C5B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.43%

 BLUE value IS 91 (35.94% from 255) = 24.8%

R = 45.78%
G = 29.43%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A86C5B (or 0xA86C5B) is known color: Au Chico. HEX triplet: A8, 6C and 5B. RGB value is (168,108,91). Sum of RGB (Red+Green+Blue) = 168+108+91=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86C5B is #5793A4. Grayscale: #7C7C7C. Windows color (decimal): -5739429 or 5991592. OLE color: 5991592.

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

Color convert

RGB 168 108 91 -
CMYK 0 0.36 0.46 0.34
HSL 13.25º 0.31% 0.51% -
HSV(B) 13.25º 0.46% 0.66% -
XYZ 23.4 19.81 12.49 -
YUV 124 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 168 108 91 0 0.36 0.46 0.34 13.25 0.31 0.51
Hex A8 6C 5B 0 24 2E 22 D 1F 33
Octal 250 154 133 0 44 56 42 15 37 63
Binary 10101000 1101100 1011011 0 100100 101110 100010 1101 11111 110011

Color Harmonies of #A86C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86C5B

Black with #A86C5B

Text Example


Text Example

White with #A86C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86C5B; }

 p { color: rgb(168,108,91); }

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

background-color css

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

 a { background-color: rgb(168,108,91); }

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

border-color css

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

 span { border-color: rgb(168,108,91); }

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