Html Css Color HEX #A67265 Coral Tree

📋 copy color: '#A67265'

red 166 ◦ green 114 ◦ blue 101

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

Shades of Coral Tree #A67265

Tints of Coral Tree #A67265

RGB

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

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

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

R = 43.57%
G = 29.92%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A67265 (or 0xA67265) is known color: Coral Tree. HEX triplet: A6, 72 and 65. RGB value is (166,114,101). Sum of RGB (Red+Green+Blue) = 166+114+101=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A67265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67265 is #598D9A. Grayscale: #808080. Windows color (decimal): -5868955 or 6648486. OLE color: 6648486.

HSL color Cylindrical-coordinate representation of color #A67265: hue angle of 12º 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 #A67265 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 114 101 -
CMYK 0 0.31 0.39 0.35
HSL 12º 0.27% 0.52% -
HSV(B) 12º 0.39% 0.65% -
XYZ 24.09 21.08 15.11 -
YUV 128.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 166 114 101 0 0.31 0.39 0.35 12 0.27 0.52
Hex A6 72 65 0 1F 27 23 C 1B 34
Octal 246 162 145 0 37 47 43 14 33 64
Binary 10100110 1110010 1100101 0 11111 100111 100011 1100 11011 110100

Color Harmonies of #A67265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67265

Black with #A67265

Text Example


Text Example

White with #A67265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67265; }

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

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

background-color css

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

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

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

border-color css

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

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

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