Html Css Color HEX #A4704C Sante Fe

📋 copy color: '#A4704C'

red 164 ◦ green 112 ◦ blue 76

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

Shades of Sante Fe #A4704C

Tints of Sante Fe #A4704C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

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

R = 46.59%
G = 31.82%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4704C (or 0xA4704C) is known color: Sante Fe. HEX triplet: A4, 70 and 4C. RGB value is (164,112,76). Sum of RGB (Red+Green+Blue) = 164+112+76=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A4704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4704C is #5B8FB3. Grayscale: #7B7B7B. Windows color (decimal): -6000564 or 5009572. OLE color: 5009572.

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

Color convert

RGB 164 112 76 -
CMYK 0 0.32 0.54 0.36
HSL 24.55º 0.37% 0.47% -
HSV(B) 24.55º 0.54% 0.64% -
XYZ 22.41 20 9.52 -
YUV 123.44 101.23 156.93 -
System Red Green Blue C M Y K H S L
Decimal 164 112 76 0 0.32 0.54 0.36 24.55 0.37 0.47
Hex A4 70 4C 0 20 36 24 19 25 2F
Octal 244 160 114 0 40 66 44 31 45 57
Binary 10100100 1110000 1001100 0 100000 110110 100100 11001 100101 101111

Color Harmonies of #A4704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4704C

Black with #A4704C

Text Example


Text Example

White with #A4704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4704C; }

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

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

background-color css

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

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

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

border-color css

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

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

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