Html Css Color HEX #A16F68 Coral Tree

📋 copy color: '#A16F68'

red 161 ◦ green 111 ◦ blue 104

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

Shades of Coral Tree #A16F68

Tints of Coral Tree #A16F68

RGB

 RED value IS 161 (63.28% from 255) = 42.82%

 GREEN value IS 111 (43.75% from 255) = 29.52%

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

R = 42.82%
G = 29.52%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A16F68 (or 0xA16F68) is known color: Coral Tree. HEX triplet: A1, 6F and 68. RGB value is (161,111,104). Sum of RGB (Red+Green+Blue) = 161+111+104=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16F68 is #5E9097. Grayscale: #7D7D7D. Windows color (decimal): -6197400 or 6844321. OLE color: 6844321.

HSL color Cylindrical-coordinate representation of color #A16F68: hue angle of 7.37º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16F68 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 111 104 -
CMYK 0 0.31 0.35 0.37
HSL 7.37º 0.23% 0.52% -
HSV(B) 7.37º 0.35% 0.63% -
XYZ 22.88 19.95 15.74 -
YUV 125.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 161 111 104 0 0.31 0.35 0.37 7.37 0.23 0.52
Hex A1 6F 68 0 1F 23 25 7 17 34
Octal 241 157 150 0 37 43 45 7 27 64
Binary 10100001 1101111 1101000 0 11111 100011 100101 111 10111 110100

Color Harmonies of #A16F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16F68

Black with #A16F68

Text Example


Text Example

White with #A16F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16F68; }

 p { color: rgb(161,111,104); }

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

background-color css

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

 a { background-color: rgb(161,111,104); }

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

border-color css

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

 span { border-color: rgb(161,111,104); }

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