Html Css Color HEX #A67B5C Medium Wood

📋 copy color: '#A67B5C'

red 166 ◦ green 123 ◦ blue 92

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

Shades of Medium Wood #A67B5C

Tints of Medium Wood #A67B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.15%

R = 43.57%
G = 32.28%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A67B5C (or 0xA67B5C) is known color: Medium Wood. HEX triplet: A6, 7B and 5C. RGB value is (166,123,92). Sum of RGB (Red+Green+Blue) = 166+123+92=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B5C is #5984A3. Grayscale: #848484. Windows color (decimal): -5866660 or 6060966. OLE color: 6060966.

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

Color convert

RGB 166 123 92 -
CMYK 0 0.26 0.45 0.35
HSL 25.14º 0.29% 0.51% -
HSV(B) 25.14º 0.45% 0.65% -
XYZ 24.74 23.05 13.27 -
YUV 132.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 166 123 92 0 0.26 0.45 0.35 25.14 0.29 0.51
Hex A6 7B 5C 0 1A 2D 23 19 1D 33
Octal 246 173 134 0 32 55 43 31 35 63
Binary 10100110 1111011 1011100 0 11010 101101 100011 11001 11101 110011

Color Harmonies of #A67B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67B5C

Black with #A67B5C

Text Example


Text Example

White with #A67B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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