Html Css Color HEX #A46E4A Sante Fe

📋 copy color: '#A46E4A'

red 164 ◦ green 110 ◦ blue 74

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

Shades of Sante Fe #A46E4A

Tints of Sante Fe #A46E4A

RGB

 RED value IS 164 (64.45% from 255) = 47.13%

 GREEN value IS 110 (43.36% from 255) = 31.61%

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

R = 47.13%
G = 31.61%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A46E4A (or 0xA46E4A) is known color: Sante Fe. HEX triplet: A4, 6E and 4A. RGB value is (164,110,74). Sum of RGB (Red+Green+Blue) = 164+110+74=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E4A is #5B91B5. Grayscale: #7A7A7A. Windows color (decimal): -6001078 or 4877988. OLE color: 4877988.

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

Color convert

RGB 164 110 74 -
CMYK 0 0.33 0.55 0.36
HSL 24º 0.38% 0.47% -
HSV(B) 24º 0.55% 0.64% -
XYZ 22.12 19.54 9.08 -
YUV 122.04 100.89 157.93 -
System Red Green Blue C M Y K H S L
Decimal 164 110 74 0 0.33 0.55 0.36 24 0.38 0.47
Hex A4 6E 4A 0 21 37 24 18 26 2F
Octal 244 156 112 0 41 67 44 30 46 57
Binary 10100100 1101110 1001010 0 100001 110111 100100 11000 100110 101111

Color Harmonies of #A46E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E4A

Black with #A46E4A

Text Example


Text Example

White with #A46E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E4A; }

 p { color: rgb(164,110,74); }

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

background-color css

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

 a { background-color: rgb(164,110,74); }

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

border-color css

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

 span { border-color: rgb(164,110,74); }

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