Html Css Color HEX #A27066 Coral Tree

📋 copy color: '#A27066'

red 162 ◦ green 112 ◦ blue 102

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

Shades of Coral Tree #A27066

Tints of Coral Tree #A27066

RGB

 RED value IS 162 (63.67% from 255) = 43.09%

 GREEN value IS 112 (44.14% from 255) = 29.79%

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

R = 43.09%
G = 29.79%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A27066 (or 0xA27066) is known color: Coral Tree. HEX triplet: A2, 70 and 66. RGB value is (162,112,102). Sum of RGB (Red+Green+Blue) = 162+112+102=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A27066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27066 is #5D8F99. Grayscale: #7D7D7D. Windows color (decimal): -6131610 or 6713506. OLE color: 6713506.

HSL color Cylindrical-coordinate representation of color #A27066: hue angle of 10º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A27066 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 112 102 -
CMYK 0 0.31 0.37 0.36
HSL 10º 0.24% 0.52% -
HSV(B) 10º 0.37% 0.64% -
XYZ 23.09 20.23 15.26 -
YUV 125.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 162 112 102 0 0.31 0.37 0.36 10 0.24 0.52
Hex A2 70 66 0 1F 25 24 A 18 34
Octal 242 160 146 0 37 45 44 12 30 64
Binary 10100010 1110000 1100110 0 11111 100101 100100 1010 11000 110100

Color Harmonies of #A27066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27066

Black with #A27066

Text Example


Text Example

White with #A27066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27066; }

 p { color: rgb(162,112,102); }

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

background-color css

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

 a { background-color: rgb(162,112,102); }

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

border-color css

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

 span { border-color: rgb(162,112,102); }

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