Html Css Color HEX #A46962 Coral Tree

📋 copy color: '#A46962'

red 164 ◦ green 105 ◦ blue 98

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

Shades of Coral Tree #A46962

Tints of Coral Tree #A46962

RGB

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

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

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

R = 44.69%
G = 28.61%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A46962 (or 0xA46962) is known color: Coral Tree. HEX triplet: A4, 69 and 62. RGB value is (164,105,98). Sum of RGB (Red+Green+Blue) = 164+105+98=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A46962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46962 is #5B969D. Grayscale: #797979. Windows color (decimal): -6002334 or 6449572. OLE color: 6449572.

HSL color Cylindrical-coordinate representation of color #A46962: hue angle of 6.36º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46962 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 105 98 -
CMYK 0 0.36 0.40 0.36
HSL 6.36º 0.27% 0.51% -
HSV(B) 6.36º 0.4% 0.64% -
XYZ 22.57 18.88 14.01 -
YUV 121.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 164 105 98 0 0.36 0.40 0.36 6.36 0.27 0.51
Hex A4 69 62 0 24 28 24 6 1B 33
Octal 244 151 142 0 44 50 44 6 33 63
Binary 10100100 1101001 1100010 0 100100 101000 100100 110 11011 110011

Color Harmonies of #A46962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46962

Black with #A46962

Text Example


Text Example

White with #A46962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46962; }

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

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

background-color css

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

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

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

border-color css

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

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

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