Html Css Color HEX #AA714A Sante Fe

📋 copy color: '#AA714A'

red 170 ◦ green 113 ◦ blue 74

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

Shades of Sante Fe #AA714A

Tints of Sante Fe #AA714A

RGB

 RED value IS 170 (66.8% from 255) = 47.62%

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

 BLUE value IS 74 (29.3% from 255) = 20.73%

R = 47.62%
G = 31.65%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA714A (or 0xAA714A) is known color: Sante Fe. HEX triplet: AA, 71 and 4A. RGB value is (170,113,74). Sum of RGB (Red+Green+Blue) = 170+113+74=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA714A is #558EB5. Grayscale: #7D7D7D. Windows color (decimal): -5607094 or 4878762. OLE color: 4878762.

HSL color Cylindrical-coordinate representation of color #AA714A: hue angle of 24.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA714A is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 113 74 -
CMYK 0 0.34 0.56 0.33
HSL 24.38º 0.39% 0.48% -
HSV(B) 24.38º 0.56% 0.67% -
XYZ 23.72 20.85 9.25 -
YUV 125.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 170 113 74 0 0.34 0.56 0.33 24.38 0.39 0.48
Hex AA 71 4A 0 22 38 21 18 27 30
Octal 252 161 112 0 42 70 41 30 47 60
Binary 10101010 1110001 1001010 0 100010 111000 100001 11000 100111 110000

Color Harmonies of #AA714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA714A

Black with #AA714A

Text Example


Text Example

White with #AA714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA714A; }

 p { color: rgb(170,113,74); }

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

background-color css

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

 a { background-color: rgb(170,113,74); }

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

border-color css

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

 span { border-color: rgb(170,113,74); }

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