Html Css Color HEX #A67065 Coral Tree

📋 copy color: '#A67065'

red 166 ◦ green 112 ◦ blue 101

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

Shades of Coral Tree #A67065

Tints of Coral Tree #A67065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.65%

R = 43.8%
G = 29.55%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A67065 (or 0xA67065) is known color: Coral Tree. HEX triplet: A6, 70 and 65. RGB value is (166,112,101). Sum of RGB (Red+Green+Blue) = 166+112+101=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A67065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67065 is #598F9A. Grayscale: #7E7E7E. Windows color (decimal): -5869467 or 6647974. OLE color: 6647974.

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

Color convert

RGB 166 112 101 -
CMYK 0 0.33 0.39 0.35
HSL 10.15º 0.27% 0.52% -
HSV(B) 10.15º 0.39% 0.65% -
XYZ 23.87 20.63 15.04 -
YUV 126.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 166 112 101 0 0.33 0.39 0.35 10.15 0.27 0.52
Hex A6 70 65 0 21 27 23 A 1B 34
Octal 246 160 145 0 41 47 43 12 33 64
Binary 10100110 1110000 1100101 0 100001 100111 100011 1010 11011 110100

Color Harmonies of #A67065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67065

Black with #A67065

Text Example


Text Example

White with #A67065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67065; }

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

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

background-color css

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

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

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

border-color css

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

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

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