Html Css Color HEX #A67C65 Medium Wood

📋 copy color: '#A67C65'

red 166 ◦ green 124 ◦ blue 101

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

Shades of Medium Wood #A67C65

Tints of Medium Wood #A67C65

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.71%

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

R = 42.46%
G = 31.71%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A67C65 (or 0xA67C65) is known color: Medium Wood. HEX triplet: A6, 7C and 65. RGB value is (166,124,101). Sum of RGB (Red+Green+Blue) = 166+124+101=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C65 is #59839A. Grayscale: #868686. Windows color (decimal): -5866395 or 6651046. OLE color: 6651046.

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

Color convert

RGB 166 124 101 -
CMYK 0 0.25 0.39 0.35
HSL 21.23º 0.27% 0.52% -
HSV(B) 21.23º 0.39% 0.65% -
XYZ 25.28 23.46 15.51 -
YUV 133.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 166 124 101 0 0.25 0.39 0.35 21.23 0.27 0.52
Hex A6 7C 65 0 19 27 23 15 1B 34
Octal 246 174 145 0 31 47 43 25 33 64
Binary 10100110 1111100 1100101 0 11001 100111 100011 10101 11011 110100

Color Harmonies of #A67C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C65

Black with #A67C65

Text Example


Text Example

White with #A67C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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