Html Css Color HEX #AA714B Sante Fe

📋 copy color: '#AA714B'

red 170 ◦ green 113 ◦ blue 75

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

Shades of Sante Fe #AA714B

Tints of Sante Fe #AA714B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 47.49%
G = 31.56%
B = 20.95%

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

#AA714B (or 0xAA714B) is known color: Sante Fe. HEX triplet: AA, 71 and 4B. RGB value is (170,113,75). Sum of RGB (Red+Green+Blue) = 170+113+75=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA714B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA714B is #558EB4. Grayscale: #7D7D7D. Windows color (decimal): -5607093 or 4944298. OLE color: 4944298.

HSL color Cylindrical-coordinate representation of color #AA714B: hue angle of 24º 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 #AA714B is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 113 75 -
CMYK 0 0.34 0.56 0.33
HSL 24º 0.39% 0.48% -
HSV(B) 24º 0.56% 0.67% -
XYZ 23.75 20.86 9.43 -
YUV 125.71 99.38 159.59 -
System Red Green Blue C M Y K H S L
Decimal 170 113 75 0 0.34 0.56 0.33 24 0.39 0.48
Hex AA 71 4B 0 22 38 21 18 27 30
Octal 252 161 113 0 42 70 41 30 47 60
Binary 10101010 1110001 1001011 0 100010 111000 100001 11000 100111 110000

Color Harmonies of #AA714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA714B

Black with #AA714B

Text Example


Text Example

White with #AA714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA714B; }

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

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

background-color css

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

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

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

border-color css

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

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

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