Html Css Color HEX #A67068 Coral Tree

📋 copy color: '#A67068'

red 166 ◦ green 112 ◦ blue 104

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

Shades of Coral Tree #A67068

Tints of Coral Tree #A67068

RGB

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

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

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

R = 43.46%
G = 29.32%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A67068 (or 0xA67068) is known color: Coral Tree. HEX triplet: A6, 70 and 68. RGB value is (166,112,104). Sum of RGB (Red+Green+Blue) = 166+112+104=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A67068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67068 is #598F97. Grayscale: #7F7F7F. Windows color (decimal): -5869464 or 6844582. OLE color: 6844582.

HSL color Cylindrical-coordinate representation of color #A67068: hue angle of 7.74º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A67068 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 104 -
CMYK 0 0.33 0.37 0.35
HSL 7.74º 0.26% 0.53% -
HSV(B) 7.74º 0.37% 0.65% -
XYZ 24.02 20.69 15.83 -
YUV 127.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 166 112 104 0 0.33 0.37 0.35 7.74 0.26 0.53
Hex A6 70 68 0 21 25 23 8 1A 35
Octal 246 160 150 0 41 45 43 10 32 65
Binary 10100110 1110000 1101000 0 100001 100101 100011 1000 11010 110101

Color Harmonies of #A67068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67068

Black with #A67068

Text Example


Text Example

White with #A67068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67068; }

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

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

background-color css

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

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

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

border-color css

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

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

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