Html Css Color HEX #A3665C Au Chico

📋 copy color: '#A3665C'

red 163 ◦ green 102 ◦ blue 92

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

Shades of Au Chico #A3665C

Tints of Au Chico #A3665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.77%

R = 45.66%
G = 28.57%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3665C (or 0xA3665C) is known color: Au Chico. HEX triplet: A3, 66 and 5C. RGB value is (163,102,92). Sum of RGB (Red+Green+Blue) = 163+102+92=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3665C is #5C99A3. Grayscale: #777777. Windows color (decimal): -6068644 or 6055587. OLE color: 6055587.

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

Color convert

RGB 163 102 92 -
CMYK 0 0.37 0.44 0.36
HSL 8.45º 0.28% 0.5% -
HSV(B) 8.45º 0.44% 0.64% -
XYZ 21.79 18.06 12.46 -
YUV 119.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 163 102 92 0 0.37 0.44 0.36 8.45 0.28 0.5
Hex A3 66 5C 0 25 2C 24 8 1C 32
Octal 243 146 134 0 45 54 44 10 34 62
Binary 10100011 1100110 1011100 0 100101 101100 100100 1000 11100 110010

Color Harmonies of #A3665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3665C

Black with #A3665C

Text Example


Text Example

White with #A3665C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3665C; }

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

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

background-color css

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

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

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

border-color css

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

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

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