Html Css Color HEX #A27670 Coral Tree

📋 copy color: '#A27670'

red 162 ◦ green 118 ◦ blue 112

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

Shades of Coral Tree #A27670

Tints of Coral Tree #A27670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.1%

 BLUE value IS 112 (44.14% from 255) = 28.57%

R = 41.33%
G = 30.1%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A27670 (or 0xA27670) is known color: Coral Tree. HEX triplet: A2, 76 and 70. RGB value is (162,118,112). Sum of RGB (Red+Green+Blue) = 162+118+112=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A27670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27670 is #5D898F. Grayscale: #828282. Windows color (decimal): -6130064 or 7370402. OLE color: 7370402.

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

Color convert

RGB 162 118 112 -
CMYK 0 0.27 0.31 0.36
HSL 7.2º 0.21% 0.54% -
HSV(B) 7.2º 0.31% 0.64% -
XYZ 24.3 21.81 18.26 -
YUV 130.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 162 118 112 0 0.27 0.31 0.36 7.2 0.21 0.54
Hex A2 76 70 0 1B 1F 24 7 15 36
Octal 242 166 160 0 33 37 44 7 25 66
Binary 10100010 1110110 1110000 0 11011 11111 100100 111 10101 110110

Color Harmonies of #A27670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27670

Black with #A27670

Text Example


Text Example

White with #A27670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27670; }

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

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

background-color css

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

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

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

border-color css

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

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

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