Html Css Color HEX #A87466 Coral Tree

📋 copy color: '#A87466'

red 168 ◦ green 116 ◦ blue 102

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

Shades of Coral Tree #A87466

Tints of Coral Tree #A87466

RGB

 RED value IS 168 (66.02% from 255) = 43.52%

 GREEN value IS 116 (45.7% from 255) = 30.05%

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

R = 43.52%
G = 30.05%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A87466 (or 0xA87466) is known color: Coral Tree. HEX triplet: A8, 74 and 66. RGB value is (168,116,102). Sum of RGB (Red+Green+Blue) = 168+116+102=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A87466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87466 is #578B99. Grayscale: #828282. Windows color (decimal): -5737370 or 6714536. OLE color: 6714536.

HSL color Cylindrical-coordinate representation of color #A87466: hue angle of 12.73º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A87466 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 116 102 -
CMYK 0 0.31 0.39 0.34
HSL 12.73º 0.28% 0.53% -
HSV(B) 12.73º 0.39% 0.66% -
XYZ 24.79 21.77 15.47 -
YUV 129.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 168 116 102 0 0.31 0.39 0.34 12.73 0.28 0.53
Hex A8 74 66 0 1F 27 22 D 1C 35
Octal 250 164 146 0 37 47 42 15 34 65
Binary 10101000 1110100 1100110 0 11111 100111 100010 1101 11100 110101

Color Harmonies of #A87466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87466

Black with #A87466

Text Example


Text Example

White with #A87466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87466; }

 p { color: rgb(168,116,102); }

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

background-color css

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

 a { background-color: rgb(168,116,102); }

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

border-color css

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

 span { border-color: rgb(168,116,102); }

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