Html Css Color HEX #A17F68 Medium Wood

📋 copy color: '#A17F68'

red 161 ◦ green 127 ◦ blue 104

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

Shades of Medium Wood #A17F68

Tints of Medium Wood #A17F68

RGB

 RED value IS 161 (63.28% from 255) = 41.07%

 GREEN value IS 127 (50% from 255) = 32.4%

 BLUE value IS 104 (41.02% from 255) = 26.53%

R = 41.07%
G = 32.4%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A17F68 (or 0xA17F68) is known color: Medium Wood. HEX triplet: A1, 7F and 68. RGB value is (161,127,104). Sum of RGB (Red+Green+Blue) = 161+127+104=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F68 is #5E8097. Grayscale: #868686. Windows color (decimal): -6193304 or 6848417. OLE color: 6848417.

HSL color Cylindrical-coordinate representation of color #A17F68: hue angle of 24.21º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A17F68 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 127 104 -
CMYK 0 0.21 0.35 0.37
HSL 24.21º 0.23% 0.52% -
HSV(B) 24.21º 0.35% 0.63% -
XYZ 24.79 23.76 16.38 -
YUV 134.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 161 127 104 0 0.21 0.35 0.37 24.21 0.23 0.52
Hex A1 7F 68 0 15 23 25 18 17 34
Octal 241 177 150 0 25 43 45 30 27 64
Binary 10100001 1111111 1101000 0 10101 100011 100101 11000 10111 110100

Color Harmonies of #A17F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F68

Black with #A17F68

Text Example


Text Example

White with #A17F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F68; }

 p { color: rgb(161,127,104); }

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

background-color css

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

 a { background-color: rgb(161,127,104); }

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

border-color css

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

 span { border-color: rgb(161,127,104); }

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