Html Css Color HEX #A2726A Coral Tree

📋 copy color: '#A2726A'

red 162 ◦ green 114 ◦ blue 106

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

Shades of Coral Tree #A2726A

Tints of Coral Tree #A2726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.84%

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 42.41%
G = 29.84%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A2726A (or 0xA2726A) is known color: Coral Tree. HEX triplet: A2, 72 and 6A. RGB value is (162,114,106). Sum of RGB (Red+Green+Blue) = 162+114+106=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A2726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2726A is #5D8D95. Grayscale: #7F7F7F. Windows color (decimal): -6131094 or 6976162. OLE color: 6976162.

HSL color Cylindrical-coordinate representation of color #A2726A: hue angle of 8.57º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2726A is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 114 106 -
CMYK 0 0.30 0.35 0.36
HSL 8.57º 0.23% 0.53% -
HSV(B) 8.57º 0.35% 0.64% -
XYZ 23.52 20.76 16.4 -
YUV 127.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 162 114 106 0 0.30 0.35 0.36 8.57 0.23 0.53
Hex A2 72 6A 0 1E 23 24 9 17 35
Octal 242 162 152 0 36 43 44 11 27 65
Binary 10100010 1110010 1101010 0 11110 100011 100100 1001 10111 110101

Color Harmonies of #A2726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2726A

Black with #A2726A

Text Example


Text Example

White with #A2726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2726A; }

 p { color: rgb(162,114,106); }

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

background-color css

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

 a { background-color: rgb(162,114,106); }

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

border-color css

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

 span { border-color: rgb(162,114,106); }

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