Html Css Color HEX #A97068 Coral Tree

📋 copy color: '#A97068'

red 169 ◦ green 112 ◦ blue 104

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

Shades of Coral Tree #A97068

Tints of Coral Tree #A97068

RGB

 RED value IS 169 (66.41% from 255) = 43.9%

 GREEN value IS 112 (44.14% from 255) = 29.09%

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

R = 43.9%
G = 29.09%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A97068 (or 0xA97068) is known color: Coral Tree. HEX triplet: A9, 70 and 68. RGB value is (169,112,104). Sum of RGB (Red+Green+Blue) = 169+112+104=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A97068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97068 is #568F97. Grayscale: #808080. Windows color (decimal): -5672856 or 6844585. OLE color: 6844585.

HSL color Cylindrical-coordinate representation of color #A97068: hue angle of 7.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A97068 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 112 104 -
CMYK 0 0.34 0.38 0.34
HSL 7.38º 0.27% 0.54% -
HSV(B) 7.38º 0.38% 0.66% -
XYZ 24.66 21.02 15.86 -
YUV 128.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 169 112 104 0 0.34 0.38 0.34 7.38 0.27 0.54
Hex A9 70 68 0 22 26 22 7 1B 36
Octal 251 160 150 0 42 46 42 7 33 66
Binary 10101001 1110000 1101000 0 100010 100110 100010 111 11011 110110

Color Harmonies of #A97068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97068

Black with #A97068

Text Example


Text Example

White with #A97068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97068; }

 p { color: rgb(169,112,104); }

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

background-color css

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

 a { background-color: rgb(169,112,104); }

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

border-color css

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

 span { border-color: rgb(169,112,104); }

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