Html Css Color HEX #A3664A Sante Fe

📋 copy color: '#A3664A'

red 163 ◦ green 102 ◦ blue 74

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

Shades of Sante Fe #A3664A

Tints of Sante Fe #A3664A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.83%

R = 48.08%
G = 30.09%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3664A (or 0xA3664A) is known color: Sante Fe. HEX triplet: A3, 66 and 4A. RGB value is (163,102,74). Sum of RGB (Red+Green+Blue) = 163+102+74=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3664A is #5C99B5. Grayscale: #757575. Windows color (decimal): -6068662 or 4875939. OLE color: 4875939.

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

Color convert

RGB 163 102 74 -
CMYK 0 0.37 0.55 0.36
HSL 18.88º 0.38% 0.46% -
HSV(B) 18.88º 0.55% 0.64% -
XYZ 21.09 17.78 8.8 -
YUV 117.05 103.71 160.78 -
System Red Green Blue C M Y K H S L
Decimal 163 102 74 0 0.37 0.55 0.36 18.88 0.38 0.46
Hex A3 66 4A 0 25 37 24 13 26 2E
Octal 243 146 112 0 45 67 44 23 46 56
Binary 10100011 1100110 1001010 0 100101 110111 100100 10011 100110 101110

Color Harmonies of #A3664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3664A

Black with #A3664A

Text Example


Text Example

White with #A3664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3664A; }

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

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

background-color css

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

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

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

border-color css

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

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

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