Html Css Color HEX #A47F68 Medium Wood

📋 copy color: '#A47F68'

red 164 ◦ green 127 ◦ blue 104

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

Shades of Medium Wood #A47F68

Tints of Medium Wood #A47F68

RGB

 RED value IS 164 (64.45% from 255) = 41.52%

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

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

R = 41.52%
G = 32.15%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A47F68 (or 0xA47F68) is known color: Medium Wood. HEX triplet: A4, 7F and 68. RGB value is (164,127,104). Sum of RGB (Red+Green+Blue) = 164+127+104=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F68 is #5B8097. Grayscale: #878787. Windows color (decimal): -5996696 or 6848420. OLE color: 6848420.

HSL color Cylindrical-coordinate representation of color #A47F68: hue angle of 23º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A47F68 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 127 104 -
CMYK 0 0.23 0.37 0.36
HSL 23º 0.25% 0.53% -
HSV(B) 23º 0.37% 0.64% -
XYZ 25.4 24.07 16.4 -
YUV 135.44 110.26 148.37 -
System Red Green Blue C M Y K H S L
Decimal 164 127 104 0 0.23 0.37 0.36 23 0.25 0.53
Hex A4 7F 68 0 17 25 24 17 19 35
Octal 244 177 150 0 27 45 44 27 31 65
Binary 10100100 1111111 1101000 0 10111 100101 100100 10111 11001 110101

Color Harmonies of #A47F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F68

Black with #A47F68

Text Example


Text Example

White with #A47F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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