Html Css Color HEX #A2685F Au Chico

📋 copy color: '#A2685F'

red 162 ◦ green 104 ◦ blue 95

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

Shades of Au Chico #A2685F

Tints of Au Chico #A2685F

RGB

 RED value IS 162 (63.67% from 255) = 44.88%

 GREEN value IS 104 (41.02% from 255) = 28.81%

 BLUE value IS 95 (37.5% from 255) = 26.32%

R = 44.88%
G = 28.81%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A2685F (or 0xA2685F) is known color: Au Chico. HEX triplet: A2, 68 and 5F. RGB value is (162,104,95). Sum of RGB (Red+Green+Blue) = 162+104+95=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A2685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2685F is #5D97A0. Grayscale: #787878. Windows color (decimal): -6133665 or 6252706. OLE color: 6252706.

HSL color Cylindrical-coordinate representation of color #A2685F: hue angle of 8.06º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2685F is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 104 95 -
CMYK 0 0.36 0.41 0.36
HSL 8.06º 0.26% 0.5% -
HSV(B) 8.06º 0.41% 0.64% -
XYZ 21.92 18.41 13.22 -
YUV 120.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 162 104 95 0 0.36 0.41 0.36 8.06 0.26 0.5
Hex A2 68 5F 0 24 29 24 8 1A 32
Octal 242 150 137 0 44 51 44 10 32 62
Binary 10100010 1101000 1011111 0 100100 101001 100100 1000 11010 110010

Color Harmonies of #A2685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2685F

Black with #A2685F

Text Example


Text Example

White with #A2685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2685F; }

 p { color: rgb(162,104,95); }

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

background-color css

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

 a { background-color: rgb(162,104,95); }

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

border-color css

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

 span { border-color: rgb(162,104,95); }

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