Html Css Color HEX #A46A4B Sante Fe

📋 copy color: '#A46A4B'

red 164 ◦ green 106 ◦ blue 75

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

Shades of Sante Fe #A46A4B

Tints of Sante Fe #A46A4B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.72%

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 47.54%
G = 30.72%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A46A4B (or 0xA46A4B) is known color: Sante Fe. HEX triplet: A4, 6A and 4B. RGB value is (164,106,75). Sum of RGB (Red+Green+Blue) = 164+106+75=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A4B is #5B95B4. Grayscale: #777777. Windows color (decimal): -6002101 or 4942500. OLE color: 4942500.

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

Color convert

RGB 164 106 75 -
CMYK 0 0.35 0.54 0.36
HSL 20.9º 0.37% 0.47% -
HSV(B) 20.9º 0.54% 0.64% -
XYZ 21.73 18.71 9.12 -
YUV 119.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 164 106 75 0 0.35 0.54 0.36 20.9 0.37 0.47
Hex A4 6A 4B 0 23 36 24 15 25 2F
Octal 244 152 113 0 43 66 44 25 45 57
Binary 10100100 1101010 1001011 0 100011 110110 100100 10101 100101 101111

Color Harmonies of #A46A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A4B

Black with #A46A4B

Text Example


Text Example

White with #A46A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A4B; }

 p { color: rgb(164,106,75); }

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

background-color css

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

 a { background-color: rgb(164,106,75); }

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

border-color css

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

 span { border-color: rgb(164,106,75); }

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