Html Css Color HEX #A66F6C Coral Tree

📋 copy color: '#A66F6C'

red 166 ◦ green 111 ◦ blue 108

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

Shades of Coral Tree #A66F6C

Tints of Coral Tree #A66F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.05%

R = 43.12%
G = 28.83%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A66F6C (or 0xA66F6C) is known color: Coral Tree. HEX triplet: A6, 6F and 6C. RGB value is (166,111,108). Sum of RGB (Red+Green+Blue) = 166+111+108=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66F6C is #599093. Grayscale: #7F7F7F. Windows color (decimal): -5869716 or 7106470. OLE color: 7106470.

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

Color convert

RGB 166 111 108 -
CMYK 0 0.33 0.35 0.35
HSL 3.1º 0.25% 0.54% -
HSV(B) 3.1º 0.35% 0.65% -
XYZ 24.12 20.56 16.88 -
YUV 127.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 166 111 108 0 0.33 0.35 0.35 3.1 0.25 0.54
Hex A6 6F 6C 0 21 23 23 3 19 36
Octal 246 157 154 0 41 43 43 3 31 66
Binary 10100110 1101111 1101100 0 100001 100011 100011 11 11001 110110

Color Harmonies of #A66F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F6C

Black with #A66F6C

Text Example


Text Example

White with #A66F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F6C; }

 p { color: rgb(166,111,108); }

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

background-color css

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

 a { background-color: rgb(166,111,108); }

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

border-color css

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

 span { border-color: rgb(166,111,108); }

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