Html Css Color HEX #A3665F Au Chico

📋 copy color: '#A3665F'

red 163 ◦ green 102 ◦ blue 95

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

Shades of Au Chico #A3665F

Tints of Au Chico #A3665F

RGB

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

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

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

R = 45.28%
G = 28.33%
B = 26.39%

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

#A3665F (or 0xA3665F) is known color: Au Chico. HEX triplet: A3, 66 and 5F. RGB value is (163,102,95). Sum of RGB (Red+Green+Blue) = 163+102+95=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A3665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3665F is #5C99A0. Grayscale: #777777. Windows color (decimal): -6068641 or 6252195. OLE color: 6252195.

HSL color Cylindrical-coordinate representation of color #A3665F: hue angle of 6.18º 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 #A3665F is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 102 95 -
CMYK 0 0.37 0.42 0.36
HSL 6.18º 0.27% 0.51% -
HSV(B) 6.18º 0.42% 0.64% -
XYZ 21.92 18.12 13.17 -
YUV 119.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 163 102 95 0 0.37 0.42 0.36 6.18 0.27 0.51
Hex A3 66 5F 0 25 2A 24 6 1B 33
Octal 243 146 137 0 45 52 44 6 33 63
Binary 10100011 1100110 1011111 0 100101 101010 100100 110 11011 110011

Color Harmonies of #A3665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3665F

Black with #A3665F

Text Example


Text Example

White with #A3665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3665F; }

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

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

background-color css

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

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

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

border-color css

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

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

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