Html Css Color HEX #AA6752 Sante Fe

📋 copy color: '#AA6752'

red 170 ◦ green 103 ◦ blue 82

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

Shades of Sante Fe #AA6752

Tints of Sante Fe #AA6752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.01%

 BLUE value IS 82 (32.42% from 255) = 23.1%

R = 47.89%
G = 29.01%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA6752 (or 0xAA6752) is known color: Sante Fe. HEX triplet: AA, 67 and 52. RGB value is (170,103,82). Sum of RGB (Red+Green+Blue) = 170+103+82=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6752 is #5598AD. Grayscale: #787878. Windows color (decimal): -5609646 or 5400490. OLE color: 5400490.

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

Color convert

RGB 170 103 82 -
CMYK 0 0.39 0.52 0.33
HSL 14.32º 0.35% 0.49% -
HSV(B) 14.32º 0.52% 0.67% -
XYZ 22.95 18.86 10.41 -
YUV 120.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 170 103 82 0 0.39 0.52 0.33 14.32 0.35 0.49
Hex AA 67 52 0 27 34 21 E 23 31
Octal 252 147 122 0 47 64 41 16 43 61
Binary 10101010 1100111 1010010 0 100111 110100 100001 1110 100011 110001

Color Harmonies of #AA6752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6752

Black with #AA6752

Text Example


Text Example

White with #AA6752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6752; }

 p { color: rgb(170,103,82); }

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

background-color css

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

 a { background-color: rgb(170,103,82); }

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

border-color css

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

 span { border-color: rgb(170,103,82); }

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