Html Css Color HEX #A4614C Sante Fe

📋 copy color: '#A4614C'

red 164 ◦ green 97 ◦ blue 76

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

Shades of Sante Fe #A4614C

Tints of Sante Fe #A4614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.78%

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

R = 48.66%
G = 28.78%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4614C (or 0xA4614C) is known color: Sante Fe. HEX triplet: A4, 61 and 4C. RGB value is (164,97,76). Sum of RGB (Red+Green+Blue) = 164+97+76=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A4614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4614C is #5B9EB3. Grayscale: #727272. Windows color (decimal): -6004404 or 5005732. OLE color: 5005732.

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

Color convert

RGB 164 97 76 -
CMYK 0 0.41 0.54 0.36
HSL 14.32º 0.37% 0.47% -
HSV(B) 14.32º 0.54% 0.64% -
XYZ 20.89 16.96 9.01 -
YUV 114.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 164 97 76 0 0.41 0.54 0.36 14.32 0.37 0.47
Hex A4 61 4C 0 29 36 24 E 25 2F
Octal 244 141 114 0 51 66 44 16 45 57
Binary 10100100 1100001 1001100 0 101001 110110 100100 1110 100101 101111

Color Harmonies of #A4614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4614C

Black with #A4614C

Text Example


Text Example

White with #A4614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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