Html Css Color HEX #A47B67 Medium Wood

📋 copy color: '#A47B67'

red 164 ◦ green 123 ◦ blue 103

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

Shades of Medium Wood #A47B67

Tints of Medium Wood #A47B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.41%

R = 42.05%
G = 31.54%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A47B67 (or 0xA47B67) is known color: Medium Wood. HEX triplet: A4, 7B and 67. RGB value is (164,123,103). Sum of RGB (Red+Green+Blue) = 164+123+103=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B67 is #5B8498. Grayscale: #858585. Windows color (decimal): -5997721 or 6781860. OLE color: 6781860.

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

Color convert

RGB 164 123 103 -
CMYK 0 0.25 0.37 0.36
HSL 19.67º 0.25% 0.52% -
HSV(B) 19.67º 0.37% 0.64% -
XYZ 24.84 23.04 15.97 -
YUV 132.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 164 123 103 0 0.25 0.37 0.36 19.67 0.25 0.52
Hex A4 7B 67 0 19 25 24 14 19 34
Octal 244 173 147 0 31 45 44 24 31 64
Binary 10100100 1111011 1100111 0 11001 100101 100100 10100 11001 110100

Color Harmonies of #A47B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B67

Black with #A47B67

Text Example


Text Example

White with #A47B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B67; }

 p { color: rgb(164,123,103); }

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

background-color css

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

 a { background-color: rgb(164,123,103); }

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

border-color css

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

 span { border-color: rgb(164,123,103); }

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