Html Css Color HEX #A46F66 Coral Tree

📋 copy color: '#A46F66'

red 164 ◦ green 111 ◦ blue 102

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

Shades of Coral Tree #A46F66

Tints of Coral Tree #A46F66

RGB

 RED value IS 164 (64.45% from 255) = 43.5%

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

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

R = 43.5%
G = 29.44%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A46F66 (or 0xA46F66) is known color: Coral Tree. HEX triplet: A4, 6F and 66. RGB value is (164,111,102). Sum of RGB (Red+Green+Blue) = 164+111+102=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F66 is #5B9099. Grayscale: #7D7D7D. Windows color (decimal): -6000794 or 6713252. OLE color: 6713252.

HSL color Cylindrical-coordinate representation of color #A46F66: hue angle of 8.71º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46F66 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 111 102 -
CMYK 0 0.32 0.38 0.36
HSL 8.71º 0.25% 0.52% -
HSV(B) 8.71º 0.38% 0.64% -
XYZ 23.39 20.22 15.24 -
YUV 125.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 164 111 102 0 0.32 0.38 0.36 8.71 0.25 0.52
Hex A4 6F 66 0 20 26 24 9 19 34
Octal 244 157 146 0 40 46 44 11 31 64
Binary 10100100 1101111 1100110 0 100000 100110 100100 1001 11001 110100

Color Harmonies of #A46F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F66

Black with #A46F66

Text Example


Text Example

White with #A46F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F66; }

 p { color: rgb(164,111,102); }

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

background-color css

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

 a { background-color: rgb(164,111,102); }

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

border-color css

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

 span { border-color: rgb(164,111,102); }

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