Html Css Color HEX #A88462 Medium Wood

📋 copy color: '#A88462'

red 168 ◦ green 132 ◦ blue 98

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

Shades of Medium Wood #A88462

Tints of Medium Wood #A88462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.62%

R = 42.21%
G = 33.17%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A88462 (or 0xA88462) is known color: Medium Wood. HEX triplet: A8, 84 and 62. RGB value is (168,132,98). Sum of RGB (Red+Green+Blue) = 168+132+98=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A88462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88462 is #577B9D. Grayscale: #8B8B8B. Windows color (decimal): -5733278 or 6456488. OLE color: 6456488.

HSL color Cylindrical-coordinate representation of color #A88462: hue angle of 29.14º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A88462 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 132 98 -
CMYK 0 0.21 0.42 0.34
HSL 29.14º 0.29% 0.52% -
HSV(B) 29.14º 0.42% 0.66% -
XYZ 26.6 25.71 15.12 -
YUV 138.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 168 132 98 0 0.21 0.42 0.34 29.14 0.29 0.52
Hex A8 84 62 0 15 2A 22 1D 1D 34
Octal 250 204 142 0 25 52 42 35 35 64
Binary 10101000 10000100 1100010 0 10101 101010 100010 11101 11101 110100

Color Harmonies of #A88462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88462

Black with #A88462

Text Example


Text Example

White with #A88462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88462; }

 p { color: rgb(168,132,98); }

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

background-color css

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

 a { background-color: rgb(168,132,98); }

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

border-color css

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

 span { border-color: rgb(168,132,98); }

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