Html Css Color HEX #A47B69 Medium Wood

📋 copy color: '#A47B69'

red 164 ◦ green 123 ◦ blue 105

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

Shades of Medium Wood #A47B69

Tints of Medium Wood #A47B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.79%

R = 41.84%
G = 31.38%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A47B69 (or 0xA47B69) is known color: Medium Wood. HEX triplet: A4, 7B and 69. RGB value is (164,123,105). Sum of RGB (Red+Green+Blue) = 164+123+105=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B69 is #5B8496. Grayscale: #858585. Windows color (decimal): -5997719 or 6912932. OLE color: 6912932.

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

Color convert

RGB 164 123 105 -
CMYK 0 0.25 0.36 0.36
HSL 18.31º 0.24% 0.53% -
HSV(B) 18.31º 0.36% 0.64% -
XYZ 24.94 23.08 16.5 -
YUV 133.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 164 123 105 0 0.25 0.36 0.36 18.31 0.24 0.53
Hex A4 7B 69 0 19 24 24 12 18 35
Octal 244 173 151 0 31 44 44 22 30 65
Binary 10100100 1111011 1101001 0 11001 100100 100100 10010 11000 110101

Color Harmonies of #A47B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B69

Black with #A47B69

Text Example


Text Example

White with #A47B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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