Html Css Color HEX #A3665E Au Chico

📋 copy color: '#A3665E'

red 163 ◦ green 102 ◦ blue 94

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

Shades of Au Chico #A3665E

Tints of Au Chico #A3665E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.41%

 BLUE value IS 94 (37.11% from 255) = 26.18%

R = 45.4%
G = 28.41%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3665E (or 0xA3665E) is known color: Au Chico. HEX triplet: A3, 66 and 5E. RGB value is (163,102,94). Sum of RGB (Red+Green+Blue) = 163+102+94=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3665E is #5C99A1. Grayscale: #777777. Windows color (decimal): -6068642 or 6186659. OLE color: 6186659.

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

Color convert

RGB 163 102 94 -
CMYK 0 0.37 0.42 0.36
HSL 6.96º 0.27% 0.5% -
HSV(B) 6.96º 0.42% 0.64% -
XYZ 21.88 18.1 12.93 -
YUV 119.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 163 102 94 0 0.37 0.42 0.36 6.96 0.27 0.5
Hex A3 66 5E 0 25 2A 24 7 1B 32
Octal 243 146 136 0 45 52 44 7 33 62
Binary 10100011 1100110 1011110 0 100101 101010 100100 111 11011 110010

Color Harmonies of #A3665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3665E

Black with #A3665E

Text Example


Text Example

White with #A3665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3665E; }

 p { color: rgb(163,102,94); }

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

background-color css

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

 a { background-color: rgb(163,102,94); }

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

border-color css

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

 span { border-color: rgb(163,102,94); }

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