Html Css Color HEX #A3685B Au Chico

📋 copy color: '#A3685B'

red 163 ◦ green 104 ◦ blue 91

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

Shades of Au Chico #A3685B

Tints of Au Chico #A3685B

RGB

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

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

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

R = 45.53%
G = 29.05%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3685B (or 0xA3685B) is known color: Au Chico. HEX triplet: A3, 68 and 5B. RGB value is (163,104,91). Sum of RGB (Red+Green+Blue) = 163+104+91=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3685B is #5C97A4. Grayscale: #787878. Windows color (decimal): -6068133 or 5990563. OLE color: 5990563.

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

Color convert

RGB 163 104 91 -
CMYK 0 0.36 0.44 0.36
HSL 10.83º 0.28% 0.5% -
HSV(B) 10.83º 0.44% 0.64% -
XYZ 21.94 18.44 12.3 -
YUV 120.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 163 104 91 0 0.36 0.44 0.36 10.83 0.28 0.5
Hex A3 68 5B 0 24 2C 24 B 1C 32
Octal 243 150 133 0 44 54 44 13 34 62
Binary 10100011 1101000 1011011 0 100100 101100 100100 1011 11100 110010

Color Harmonies of #A3685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3685B

Black with #A3685B

Text Example


Text Example

White with #A3685B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3685B; }

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

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

background-color css

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

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

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

border-color css

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

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

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