Html Css Color HEX #A67B6B Medium Wood

📋 copy color: '#A67B6B'

red 166 ◦ green 123 ◦ blue 107

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

Shades of Medium Wood #A67B6B

Tints of Medium Wood #A67B6B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.06%

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 41.92%
G = 31.06%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A67B6B (or 0xA67B6B) is known color: Medium Wood. HEX triplet: A6, 7B and 6B. RGB value is (166,123,107). Sum of RGB (Red+Green+Blue) = 166+123+107=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B6B is #598494. Grayscale: #868686. Windows color (decimal): -5866645 or 7044006. OLE color: 7044006.

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

Color convert

RGB 166 123 107 -
CMYK 0 0.26 0.36 0.35
HSL 16.27º 0.25% 0.54% -
HSV(B) 16.27º 0.36% 0.65% -
XYZ 25.46 23.33 17.07 -
YUV 134.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 166 123 107 0 0.26 0.36 0.35 16.27 0.25 0.54
Hex A6 7B 6B 0 1A 24 23 10 19 36
Octal 246 173 153 0 32 44 43 20 31 66
Binary 10100110 1111011 1101011 0 11010 100100 100011 10000 11001 110110

Color Harmonies of #A67B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67B6B

Black with #A67B6B

Text Example


Text Example

White with #A67B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67B6B; }

 p { color: rgb(166,123,107); }

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

background-color css

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

 a { background-color: rgb(166,123,107); }

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

border-color css

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

 span { border-color: rgb(166,123,107); }

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