Html Css Color HEX #A86562 Coral Tree

📋 copy color: '#A86562'

red 168 ◦ green 101 ◦ blue 98

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

Shades of Coral Tree #A86562

Tints of Coral Tree #A86562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.52%

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 45.78%
G = 27.52%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A86562 (or 0xA86562) is known color: Coral Tree. HEX triplet: A8, 65 and 62. RGB value is (168,101,98). Sum of RGB (Red+Green+Blue) = 168+101+98=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A86562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86562 is #579A9D. Grayscale: #787878. Windows color (decimal): -5741214 or 6448552. OLE color: 6448552.

HSL color Cylindrical-coordinate representation of color #A86562: hue angle of 2.57º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A86562 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 101 98 -
CMYK 0 0.40 0.42 0.34
HSL 2.57º 0.29% 0.52% -
HSV(B) 2.57º 0.42% 0.66% -
XYZ 23.01 18.51 13.92 -
YUV 120.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 168 101 98 0 0.40 0.42 0.34 2.57 0.29 0.52
Hex A8 65 62 0 28 2A 22 3 1D 34
Octal 250 145 142 0 50 52 42 3 35 64
Binary 10101000 1100101 1100010 0 101000 101010 100010 11 11101 110100

Color Harmonies of #A86562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86562

Black with #A86562

Text Example


Text Example

White with #A86562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86562; }

 p { color: rgb(168,101,98); }

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

background-color css

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

 a { background-color: rgb(168,101,98); }

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

border-color css

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

 span { border-color: rgb(168,101,98); }

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