Html Css Color HEX #A67D68 Medium Wood

📋 copy color: '#A67D68'

red 166 ◦ green 125 ◦ blue 104

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

Shades of Medium Wood #A67D68

Tints of Medium Wood #A67D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.65%

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

R = 42.03%
G = 31.65%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A67D68 (or 0xA67D68) is known color: Medium Wood. HEX triplet: A6, 7D and 68. RGB value is (166,125,104). Sum of RGB (Red+Green+Blue) = 166+125+104=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67D68 is #598297. Grayscale: #868686. Windows color (decimal): -5866136 or 6847910. OLE color: 6847910.

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

Color convert

RGB 166 125 104 -
CMYK 0 0.25 0.37 0.35
HSL 20.32º 0.26% 0.53% -
HSV(B) 20.32º 0.37% 0.65% -
XYZ 25.56 23.77 16.34 -
YUV 134.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 166 125 104 0 0.25 0.37 0.35 20.32 0.26 0.53
Hex A6 7D 68 0 19 25 23 14 1A 35
Octal 246 175 150 0 31 45 43 24 32 65
Binary 10100110 1111101 1101000 0 11001 100101 100011 10100 11010 110101

Color Harmonies of #A67D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D68

Black with #A67D68

Text Example


Text Example

White with #A67D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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