Html Css Color HEX #AA6E4B Sante Fe

📋 copy color: '#AA6E4B'

red 170 ◦ green 110 ◦ blue 75

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

Shades of Sante Fe #AA6E4B

Tints of Sante Fe #AA6E4B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.99%

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

R = 47.89%
G = 30.99%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA6E4B (or 0xAA6E4B) is known color: Sante Fe. HEX triplet: AA, 6E and 4B. RGB value is (170,110,75). Sum of RGB (Red+Green+Blue) = 170+110+75=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E4B is #5591B4. Grayscale: #7C7C7C. Windows color (decimal): -5607861 or 4943530. OLE color: 4943530.

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

Color convert

RGB 170 110 75 -
CMYK 0 0.35 0.56 0.33
HSL 22.11º 0.39% 0.48% -
HSV(B) 22.11º 0.56% 0.67% -
XYZ 23.42 20.21 9.32 -
YUV 123.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 170 110 75 0 0.35 0.56 0.33 22.11 0.39 0.48
Hex AA 6E 4B 0 23 38 21 16 27 30
Octal 252 156 113 0 43 70 41 26 47 60
Binary 10101010 1101110 1001011 0 100011 111000 100001 10110 100111 110000

Color Harmonies of #AA6E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6E4B

Black with #AA6E4B

Text Example


Text Example

White with #AA6E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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