Html Css Color HEX #A67166 Coral Tree

📋 copy color: '#A67166'

red 166 ◦ green 113 ◦ blue 102

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

Shades of Coral Tree #A67166

Tints of Coral Tree #A67166

RGB

 RED value IS 166 (65.23% from 255) = 43.57%

 GREEN value IS 113 (44.53% from 255) = 29.66%

 BLUE value IS 102 (40.23% from 255) = 26.77%

R = 43.57%
G = 29.66%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A67166 (or 0xA67166) is known color: Coral Tree. HEX triplet: A6, 71 and 66. RGB value is (166,113,102). Sum of RGB (Red+Green+Blue) = 166+113+102=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A67166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67166 is #598E99. Grayscale: #7F7F7F. Windows color (decimal): -5869210 or 6713766. OLE color: 6713766.

HSL color Cylindrical-coordinate representation of color #A67166: hue angle of 10.31º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A67166 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 102 -
CMYK 0 0.32 0.39 0.35
HSL 10.31º 0.26% 0.53% -
HSV(B) 10.31º 0.39% 0.65% -
XYZ 24.03 20.88 15.33 -
YUV 127.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 166 113 102 0 0.32 0.39 0.35 10.31 0.26 0.53
Hex A6 71 66 0 20 27 23 A 1A 35
Octal 246 161 146 0 40 47 43 12 32 65
Binary 10100110 1110001 1100110 0 100000 100111 100011 1010 11010 110101

Color Harmonies of #A67166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67166

Black with #A67166

Text Example


Text Example

White with #A67166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67166; }

 p { color: rgb(166,113,102); }

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

background-color css

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

 a { background-color: rgb(166,113,102); }

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

border-color css

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

 span { border-color: rgb(166,113,102); }

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