Html Css Color HEX #A67D63 Medium Wood

📋 copy color: '#A67D63'

red 166 ◦ green 125 ◦ blue 99

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

Shades of Medium Wood #A67D63

Tints of Medium Wood #A67D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.38%

R = 42.56%
G = 32.05%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A67D63 (or 0xA67D63) is known color: Medium Wood. HEX triplet: A6, 7D and 63. RGB value is (166,125,99). Sum of RGB (Red+Green+Blue) = 166+125+99=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67D63 is #59829C. Grayscale: #868686. Windows color (decimal): -5866141 or 6520230. OLE color: 6520230.

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

Color convert

RGB 166 125 99 -
CMYK 0 0.25 0.40 0.35
HSL 23.28º 0.27% 0.52% -
HSV(B) 23.28º 0.4% 0.65% -
XYZ 25.31 23.68 15.04 -
YUV 134.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 166 125 99 0 0.25 0.40 0.35 23.28 0.27 0.52
Hex A6 7D 63 0 19 28 23 17 1B 34
Octal 246 175 143 0 31 50 43 27 33 64
Binary 10100110 1111101 1100011 0 11001 101000 100011 10111 11011 110100

Color Harmonies of #A67D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D63

Black with #A67D63

Text Example


Text Example

White with #A67D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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