Html Css Color HEX #A3665A Au Chico

📋 copy color: '#A3665A'

red 163 ◦ green 102 ◦ blue 90

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

Shades of Au Chico #A3665A

Tints of Au Chico #A3665A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.35%

R = 45.92%
G = 28.73%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A3665A (or 0xA3665A) is known color: Au Chico. HEX triplet: A3, 66 and 5A. RGB value is (163,102,90). Sum of RGB (Red+Green+Blue) = 163+102+90=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3665A is #5C99A5. Grayscale: #767676. Windows color (decimal): -6068646 or 5924515. OLE color: 5924515.

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

Color convert

RGB 163 102 90 -
CMYK 0 0.37 0.45 0.36
HSL 9.86º 0.29% 0.5% -
HSV(B) 9.86º 0.45% 0.64% -
XYZ 21.7 18.03 12.01 -
YUV 118.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 163 102 90 0 0.37 0.45 0.36 9.86 0.29 0.5
Hex A3 66 5A 0 25 2D 24 A 1D 32
Octal 243 146 132 0 45 55 44 12 35 62
Binary 10100011 1100110 1011010 0 100101 101101 100100 1010 11101 110010

Color Harmonies of #A3665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3665A

Black with #A3665A

Text Example


Text Example

White with #A3665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3665A; }

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

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

background-color css

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

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

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

border-color css

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

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

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