Html Css Color HEX #A88167 Medium Wood

📋 copy color: '#A88167'

red 168 ◦ green 129 ◦ blue 103

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

Shades of Medium Wood #A88167

Tints of Medium Wood #A88167

RGB

 RED value IS 168 (66.02% from 255) = 42%

 GREEN value IS 129 (50.78% from 255) = 32.25%

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

R = 42%
G = 32.25%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A88167 (or 0xA88167) is known color: Medium Wood. HEX triplet: A8, 81 and 67. RGB value is (168,129,103). Sum of RGB (Red+Green+Blue) = 168+129+103=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A88167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88167 is #577E98. Grayscale: #898989. Windows color (decimal): -5734041 or 6783400. OLE color: 6783400.

HSL color Cylindrical-coordinate representation of color #A88167: hue angle of 24º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A88167 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 129 103 -
CMYK 0 0.23 0.39 0.34
HSL 24º 0.27% 0.53% -
HSV(B) 24º 0.39% 0.66% -
XYZ 26.45 25 16.26 -
YUV 137.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 168 129 103 0 0.23 0.39 0.34 24 0.27 0.53
Hex A8 81 67 0 17 27 22 18 1B 35
Octal 250 201 147 0 27 47 42 30 33 65
Binary 10101000 10000001 1100111 0 10111 100111 100010 11000 11011 110101

Color Harmonies of #A88167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88167

Black with #A88167

Text Example


Text Example

White with #A88167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88167; }

 p { color: rgb(168,129,103); }

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

background-color css

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

 a { background-color: rgb(168,129,103); }

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

border-color css

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

 span { border-color: rgb(168,129,103); }

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