Html Css Color HEX #A3685F Au Chico

📋 copy color: '#A3685F'

red 163 ◦ green 104 ◦ blue 95

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

Shades of Au Chico #A3685F

Tints of Au Chico #A3685F

RGB

 RED value IS 163 (64.06% from 255) = 45.03%

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

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

R = 45.03%
G = 28.73%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3685F (or 0xA3685F) is known color: Au Chico. HEX triplet: A3, 68 and 5F. RGB value is (163,104,95). Sum of RGB (Red+Green+Blue) = 163+104+95=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A3685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3685F is #5C97A0. Grayscale: #787878. Windows color (decimal): -6068129 or 6252707. OLE color: 6252707.

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

Color convert

RGB 163 104 95 -
CMYK 0 0.36 0.42 0.36
HSL 7.94º 0.27% 0.51% -
HSV(B) 7.94º 0.42% 0.64% -
XYZ 22.12 18.51 13.23 -
YUV 120.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 163 104 95 0 0.36 0.42 0.36 7.94 0.27 0.51
Hex A3 68 5F 0 24 2A 24 8 1B 33
Octal 243 150 137 0 44 52 44 10 33 63
Binary 10100011 1101000 1011111 0 100100 101010 100100 1000 11011 110011

Color Harmonies of #A3685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3685F

Black with #A3685F

Text Example


Text Example

White with #A3685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3685F; }

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

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

background-color css

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

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

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

border-color css

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

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

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