Html Css Color HEX #A66462 Coral Tree

📋 copy color: '#A66462'

red 166 ◦ green 100 ◦ blue 98

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

Shades of Coral Tree #A66462

Tints of Coral Tree #A66462

RGB

 RED value IS 166 (65.23% from 255) = 45.6%

 GREEN value IS 100 (39.45% from 255) = 27.47%

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

R = 45.6%
G = 27.47%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A66462 (or 0xA66462) is known color: Coral Tree. HEX triplet: A6, 64 and 62. RGB value is (166,100,98). Sum of RGB (Red+Green+Blue) = 166+100+98=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A66462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66462 is #599B9D. Grayscale: #777777. Windows color (decimal): -5872542 or 6448294. OLE color: 6448294.

HSL color Cylindrical-coordinate representation of color #A66462: hue angle of 1.76º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A66462 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 100 98 -
CMYK 0 0.40 0.41 0.35
HSL 1.76º 0.28% 0.52% -
HSV(B) 1.76º 0.41% 0.65% -
XYZ 22.49 18.1 13.86 -
YUV 119.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 166 100 98 0 0.40 0.41 0.35 1.76 0.28 0.52
Hex A6 64 62 0 28 29 23 2 1C 34
Octal 246 144 142 0 50 51 43 2 34 64
Binary 10100110 1100100 1100010 0 101000 101001 100011 10 11100 110100

Color Harmonies of #A66462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66462

Black with #A66462

Text Example


Text Example

White with #A66462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66462; }

 p { color: rgb(166,100,98); }

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

background-color css

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

 a { background-color: rgb(166,100,98); }

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

border-color css

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

 span { border-color: rgb(166,100,98); }

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