Html Css Color HEX #A4644C Sante Fe

📋 copy color: '#A4644C'

red 164 ◦ green 100 ◦ blue 76

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

Shades of Sante Fe #A4644C

Tints of Sante Fe #A4644C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 48.24%
G = 29.41%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4644C (or 0xA4644C) is known color: Sante Fe. HEX triplet: A4, 64 and 4C. RGB value is (164,100,76). Sum of RGB (Red+Green+Blue) = 164+100+76=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A4644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4644C is #5B9BB3. Grayscale: #747474. Windows color (decimal): -6003636 or 5006500. OLE color: 5006500.

HSL color Cylindrical-coordinate representation of color #A4644C: hue angle of 16.36º 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 #A4644C is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 100 76 -
CMYK 0 0.39 0.54 0.36
HSL 16.36º 0.37% 0.47% -
HSV(B) 16.36º 0.54% 0.64% -
XYZ 21.17 17.53 9.1 -
YUV 116.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 164 100 76 0 0.39 0.54 0.36 16.36 0.37 0.47
Hex A4 64 4C 0 27 36 24 10 25 2F
Octal 244 144 114 0 47 66 44 20 45 57
Binary 10100100 1100100 1001100 0 100111 110110 100100 10000 100101 101111

Color Harmonies of #A4644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4644C

Black with #A4644C

Text Example


Text Example

White with #A4644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4644C; }

 p { color: rgb(164,100,76); }

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

background-color css

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

 a { background-color: rgb(164,100,76); }

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

border-color css

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

 span { border-color: rgb(164,100,76); }

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