Html Css Color HEX #A67958 Medium Wood

📋 copy color: '#A67958'

red 166 ◦ green 121 ◦ blue 88

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

Shades of Medium Wood #A67958

Tints of Medium Wood #A67958

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.27%

 BLUE value IS 88 (34.77% from 255) = 23.47%

R = 44.27%
G = 32.27%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A67958 (or 0xA67958) is known color: Medium Wood. HEX triplet: A6, 79 and 58. RGB value is (166,121,88). Sum of RGB (Red+Green+Blue) = 166+121+88=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A67958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67958 is #5986A7. Grayscale: #828282. Windows color (decimal): -5867176 or 5798310. OLE color: 5798310.

HSL color Cylindrical-coordinate representation of color #A67958: hue angle of 25.38º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A67958 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 121 88 -
CMYK 0 0.27 0.47 0.35
HSL 25.38º 0.31% 0.5% -
HSV(B) 25.38º 0.47% 0.65% -
XYZ 24.32 22.49 12.29 -
YUV 130.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 166 121 88 0 0.27 0.47 0.35 25.38 0.31 0.5
Hex A6 79 58 0 1B 2F 23 19 1F 32
Octal 246 171 130 0 33 57 43 31 37 62
Binary 10100110 1111001 1011000 0 11011 101111 100011 11001 11111 110010

Color Harmonies of #A67958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67958

Black with #A67958

Text Example


Text Example

White with #A67958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67958; }

 p { color: rgb(166,121,88); }

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

background-color css

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

 a { background-color: rgb(166,121,88); }

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

border-color css

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

 span { border-color: rgb(166,121,88); }

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