Html Css Color HEX #A17D68 Medium Wood

📋 copy color: '#A17D68'

red 161 ◦ green 125 ◦ blue 104

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

Shades of Medium Wood #A17D68

Tints of Medium Wood #A17D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.05%

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

R = 41.28%
G = 32.05%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A17D68 (or 0xA17D68) is known color: Medium Wood. HEX triplet: A1, 7D and 68. RGB value is (161,125,104). Sum of RGB (Red+Green+Blue) = 161+125+104=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17D68 is #5E8297. Grayscale: #858585. Windows color (decimal): -6193816 or 6847905. OLE color: 6847905.

HSL color Cylindrical-coordinate representation of color #A17D68: hue angle of 22.11º 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 #A17D68 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 125 104 -
CMYK 0 0.22 0.35 0.37
HSL 22.11º 0.23% 0.52% -
HSV(B) 22.11º 0.35% 0.63% -
XYZ 24.53 23.24 16.29 -
YUV 133.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 161 125 104 0 0.22 0.35 0.37 22.11 0.23 0.52
Hex A1 7D 68 0 16 23 25 16 17 34
Octal 241 175 150 0 26 43 45 26 27 64
Binary 10100001 1111101 1101000 0 10110 100011 100101 10110 10111 110100

Color Harmonies of #A17D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17D68

Black with #A17D68

Text Example


Text Example

White with #A17D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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