Html Css Color HEX #AF8362 Medium Wood

📋 copy color: '#AF8362'

red 175 ◦ green 131 ◦ blue 98

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

Shades of Medium Wood #AF8362

Tints of Medium Wood #AF8362

RGB

 RED value IS 175 (68.75% from 255) = 43.32%

 GREEN value IS 131 (51.56% from 255) = 32.43%

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

R = 43.32%
G = 32.43%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF8362 (or 0xAF8362) is known color: Medium Wood. HEX triplet: AF, 83 and 62. RGB value is (175,131,98). Sum of RGB (Red+Green+Blue) = 175+131+98=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8362 is #507C9D. Grayscale: #8C8C8C. Windows color (decimal): -5274782 or 6456239. OLE color: 6456239.

HSL color Cylindrical-coordinate representation of color #AF8362: hue angle of 25.71º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF8362 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 131 98 -
CMYK 0 0.25 0.44 0.31
HSL 25.71º 0.32% 0.54% -
HSV(B) 25.71º 0.44% 0.69% -
XYZ 28 26.23 15.14 -
YUV 140.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 175 131 98 0 0.25 0.44 0.31 25.71 0.32 0.54
Hex AF 83 62 0 19 2C 1F 1A 20 36
Octal 257 203 142 0 31 54 37 32 40 66
Binary 10101111 10000011 1100010 0 11001 101100 11111 11010 100000 110110

Color Harmonies of #AF8362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8362

Black with #AF8362

Text Example


Text Example

White with #AF8362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8362; }

 p { color: rgb(175,131,98); }

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

background-color css

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

 a { background-color: rgb(175,131,98); }

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

border-color css

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

 span { border-color: rgb(175,131,98); }

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