Html Css Color HEX #A67D60 Medium Wood

📋 copy color: '#A67D60'

red 166 ◦ green 125 ◦ blue 96

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

Shades of Medium Wood #A67D60

Tints of Medium Wood #A67D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.81%

R = 42.89%
G = 32.3%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A67D60 (or 0xA67D60) is known color: Medium Wood. HEX triplet: A6, 7D and 60. RGB value is (166,125,96). Sum of RGB (Red+Green+Blue) = 166+125+96=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67D60 is #59829F. Grayscale: #868686. Windows color (decimal): -5866144 or 6323622. OLE color: 6323622.

HSL color Cylindrical-coordinate representation of color #A67D60: hue angle of 24.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A67D60 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 125 96 -
CMYK 0 0.25 0.42 0.35
HSL 24.86º 0.28% 0.51% -
HSV(B) 24.86º 0.42% 0.65% -
XYZ 25.17 23.62 14.3 -
YUV 133.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 166 125 96 0 0.25 0.42 0.35 24.86 0.28 0.51
Hex A6 7D 60 0 19 2A 23 19 1C 33
Octal 246 175 140 0 31 52 43 31 34 63
Binary 10100110 1111101 1100000 0 11001 101010 100011 11001 11100 110011

Color Harmonies of #A67D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D60

Black with #A67D60

Text Example


Text Example

White with #A67D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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