Html Css Color HEX #A67B62 Medium Wood

📋 copy color: '#A67B62'

red 166 ◦ green 123 ◦ blue 98

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

Shades of Medium Wood #A67B62

Tints of Medium Wood #A67B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.32%

R = 42.89%
G = 31.78%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A67B62 (or 0xA67B62) is known color: Medium Wood. HEX triplet: A6, 7B and 62. RGB value is (166,123,98). Sum of RGB (Red+Green+Blue) = 166+123+98=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B62 is #59849D. Grayscale: #858585. Windows color (decimal): -5866654 or 6454182. OLE color: 6454182.

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

Color convert

RGB 166 123 98 -
CMYK 0 0.26 0.41 0.35
HSL 22.06º 0.28% 0.52% -
HSV(B) 22.06º 0.41% 0.65% -
XYZ 25.01 23.15 14.71 -
YUV 133.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 166 123 98 0 0.26 0.41 0.35 22.06 0.28 0.52
Hex A6 7B 62 0 1A 29 23 16 1C 34
Octal 246 173 142 0 32 51 43 26 34 64
Binary 10100110 1111011 1100010 0 11010 101001 100011 10110 11100 110100

Color Harmonies of #A67B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67B62

Black with #A67B62

Text Example


Text Example

White with #A67B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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