Html Css Color HEX #A98467 Medium Wood

📋 copy color: '#A98467'

red 169 ◦ green 132 ◦ blue 103

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

Shades of Medium Wood #A98467

Tints of Medium Wood #A98467

RGB

 RED value IS 169 (66.41% from 255) = 41.83%

 GREEN value IS 132 (51.95% from 255) = 32.67%

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

R = 41.83%
G = 32.67%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A98467 (or 0xA98467) is known color: Medium Wood. HEX triplet: A9, 84 and 67. RGB value is (169,132,103). Sum of RGB (Red+Green+Blue) = 169+132+103=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A98467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98467 is #567B98. Grayscale: #8B8B8B. Windows color (decimal): -5667737 or 6784169. OLE color: 6784169.

HSL color Cylindrical-coordinate representation of color #A98467: hue angle of 26.36º degrees, saturation: 0.28, 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 #A98467 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 132 103 -
CMYK 0 0.22 0.39 0.34
HSL 26.36º 0.28% 0.53% -
HSV(B) 26.36º 0.39% 0.66% -
XYZ 27.06 25.92 16.41 -
YUV 139.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 169 132 103 0 0.22 0.39 0.34 26.36 0.28 0.53
Hex A9 84 67 0 16 27 22 1A 1C 35
Octal 251 204 147 0 26 47 42 32 34 65
Binary 10101001 10000100 1100111 0 10110 100111 100010 11010 11100 110101

Color Harmonies of #A98467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98467

Black with #A98467

Text Example


Text Example

White with #A98467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98467; }

 p { color: rgb(169,132,103); }

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

background-color css

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

 a { background-color: rgb(169,132,103); }

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

border-color css

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

 span { border-color: rgb(169,132,103); }

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