Html Css Color HEX #A3714D Sante Fe

📋 copy color: '#A3714D'

red 163 ◦ green 113 ◦ blue 77

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

Shades of Sante Fe #A3714D

Tints of Sante Fe #A3714D

RGB

 RED value IS 163 (64.06% from 255) = 46.18%

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

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 46.18%
G = 32.01%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3714D (or 0xA3714D) is known color: Sante Fe. HEX triplet: A3, 71 and 4D. RGB value is (163,113,77). Sum of RGB (Red+Green+Blue) = 163+113+77=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3714D is #5C8EB2. Grayscale: #7C7C7C. Windows color (decimal): -6065843 or 5075363. OLE color: 5075363.

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

Color convert

RGB 163 113 77 -
CMYK 0 0.31 0.53 0.36
HSL 25.12º 0.36% 0.47% -
HSV(B) 25.12º 0.53% 0.64% -
XYZ 22.35 20.13 9.73 -
YUV 123.85 101.57 155.93 -
System Red Green Blue C M Y K H S L
Decimal 163 113 77 0 0.31 0.53 0.36 25.12 0.36 0.47
Hex A3 71 4D 0 1F 35 24 19 24 2F
Octal 243 161 115 0 37 65 44 31 44 57
Binary 10100011 1110001 1001101 0 11111 110101 100100 11001 100100 101111

Color Harmonies of #A3714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3714D

Black with #A3714D

Text Example


Text Example

White with #A3714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3714D; }

 p { color: rgb(163,113,77); }

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

background-color css

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

 a { background-color: rgb(163,113,77); }

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

border-color css

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

 span { border-color: rgb(163,113,77); }

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