Html Css Color HEX #AA7268 Coral Tree

📋 copy color: '#AA7268'

red 170 ◦ green 114 ◦ blue 104

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

Shades of Coral Tree #AA7268

Tints of Coral Tree #AA7268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.38%

 BLUE value IS 104 (41.02% from 255) = 26.8%

R = 43.81%
G = 29.38%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA7268 (or 0xAA7268) is known color: Coral Tree. HEX triplet: AA, 72 and 68. RGB value is (170,114,104). Sum of RGB (Red+Green+Blue) = 170+114+104=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7268 is #558D97. Grayscale: #818181. Windows color (decimal): -5606808 or 6845098. OLE color: 6845098.

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

Color convert

RGB 170 114 104 -
CMYK 0 0.33 0.39 0.33
HSL 9.09º 0.28% 0.54% -
HSV(B) 9.09º 0.39% 0.67% -
XYZ 25.09 21.58 15.94 -
YUV 129.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 170 114 104 0 0.33 0.39 0.33 9.09 0.28 0.54
Hex AA 72 68 0 21 27 21 9 1C 36
Octal 252 162 150 0 41 47 41 11 34 66
Binary 10101010 1110010 1101000 0 100001 100111 100001 1001 11100 110110

Color Harmonies of #AA7268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7268

Black with #AA7268

Text Example


Text Example

White with #AA7268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7268; }

 p { color: rgb(170,114,104); }

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

background-color css

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

 a { background-color: rgb(170,114,104); }

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

border-color css

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

 span { border-color: rgb(170,114,104); }

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