Html Css Color HEX #A4714C Sante Fe

📋 copy color: '#A4714C'

red 164 ◦ green 113 ◦ blue 76

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

Shades of Sante Fe #A4714C

Tints of Sante Fe #A4714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.01%

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

R = 46.46%
G = 32.01%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4714C (or 0xA4714C) is known color: Sante Fe. HEX triplet: A4, 71 and 4C. RGB value is (164,113,76). Sum of RGB (Red+Green+Blue) = 164+113+76=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A4714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4714C is #5B8EB3. Grayscale: #7C7C7C. Windows color (decimal): -6000308 or 5009828. OLE color: 5009828.

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

Color convert

RGB 164 113 76 -
CMYK 0 0.31 0.54 0.36
HSL 25.23º 0.37% 0.47% -
HSV(B) 25.23º 0.54% 0.64% -
XYZ 22.52 20.22 9.55 -
YUV 124.03 100.9 156.51 -
System Red Green Blue C M Y K H S L
Decimal 164 113 76 0 0.31 0.54 0.36 25.23 0.37 0.47
Hex A4 71 4C 0 1F 36 24 19 25 2F
Octal 244 161 114 0 37 66 44 31 45 57
Binary 10100100 1110001 1001100 0 11111 110110 100100 11001 100101 101111

Color Harmonies of #A4714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4714C

Black with #A4714C

Text Example


Text Example

White with #A4714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4714C; }

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

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

background-color css

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

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

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

border-color css

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

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

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