Html Css Color HEX #A4664E Sante Fe

📋 copy color: '#A4664E'

red 164 ◦ green 102 ◦ blue 78

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

Shades of Sante Fe #A4664E

Tints of Sante Fe #A4664E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.67%

R = 47.67%
G = 29.65%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4664E (or 0xA4664E) is known color: Sante Fe. HEX triplet: A4, 66 and 4E. RGB value is (164,102,78). Sum of RGB (Red+Green+Blue) = 164+102+78=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A4664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4664E is #5B99B1. Grayscale: #757575. Windows color (decimal): -6003122 or 5138084. OLE color: 5138084.

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

Color convert

RGB 164 102 78 -
CMYK 0 0.38 0.52 0.36
HSL 16.74º 0.36% 0.47% -
HSV(B) 16.74º 0.52% 0.64% -
XYZ 21.44 17.95 9.54 -
YUV 117.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 164 102 78 0 0.38 0.52 0.36 16.74 0.36 0.47
Hex A4 66 4E 0 26 34 24 11 24 2F
Octal 244 146 116 0 46 64 44 21 44 57
Binary 10100100 1100110 1001110 0 100110 110100 100100 10001 100100 101111

Color Harmonies of #A4664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4664E

Black with #A4664E

Text Example


Text Example

White with #A4664E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4664E; }

 p { color: rgb(164,102,78); }

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

background-color css

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

 a { background-color: rgb(164,102,78); }

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

border-color css

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

 span { border-color: rgb(164,102,78); }

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