Html Css Color HEX #A86962 Coral Tree

📋 copy color: '#A86962'

red 168 ◦ green 105 ◦ blue 98

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

Shades of Coral Tree #A86962

Tints of Coral Tree #A86962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.3%

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

R = 45.28%
G = 28.3%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A86962 (or 0xA86962) is known color: Coral Tree. HEX triplet: A8, 69 and 62. RGB value is (168,105,98). Sum of RGB (Red+Green+Blue) = 168+105+98=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A86962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86962 is #57969D. Grayscale: #7B7B7B. Windows color (decimal): -5740190 or 6449576. OLE color: 6449576.

HSL color Cylindrical-coordinate representation of color #A86962: hue angle of 6º 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 #A86962 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 105 98 -
CMYK 0 0.38 0.42 0.34
HSL 0.29% 0.52% -
HSV(B) 0.42% 0.66% -
XYZ 23.4 19.31 14.05 -
YUV 123.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 168 105 98 0 0.38 0.42 0.34 6 0.29 0.52
Hex A8 69 62 0 26 2A 22 6 1D 34
Octal 250 151 142 0 46 52 42 6 35 64
Binary 10101000 1101001 1100010 0 100110 101010 100010 110 11101 110100

Color Harmonies of #A86962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86962

Black with #A86962

Text Example


Text Example

White with #A86962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86962; }

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

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

background-color css

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

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

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

border-color css

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

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

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