Html Css Color HEX #A27068 Coral Tree

📋 copy color: '#A27068'

red 162 ◦ green 112 ◦ blue 104

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

Shades of Coral Tree #A27068

Tints of Coral Tree #A27068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.51%

R = 42.86%
G = 29.63%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A27068 (or 0xA27068) is known color: Coral Tree. HEX triplet: A2, 70 and 68. RGB value is (162,112,104). Sum of RGB (Red+Green+Blue) = 162+112+104=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A27068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27068 is #5D8F97. Grayscale: #7E7E7E. Windows color (decimal): -6131608 or 6844578. OLE color: 6844578.

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

Color convert

RGB 162 112 104 -
CMYK 0 0.31 0.36 0.36
HSL 8.28º 0.24% 0.52% -
HSV(B) 8.28º 0.36% 0.64% -
XYZ 23.19 20.27 15.79 -
YUV 126.04 115.57 153.65 -
System Red Green Blue C M Y K H S L
Decimal 162 112 104 0 0.31 0.36 0.36 8.28 0.24 0.52
Hex A2 70 68 0 1F 24 24 8 18 34
Octal 242 160 150 0 37 44 44 10 30 64
Binary 10100010 1110000 1101000 0 11111 100100 100100 1000 11000 110100

Color Harmonies of #A27068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27068

Black with #A27068

Text Example


Text Example

White with #A27068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27068; }

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

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

background-color css

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

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

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

border-color css

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

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

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