Html Css Color HEX #AF8467 Medium Wood

📋 copy color: '#AF8467'

red 175 ◦ green 132 ◦ blue 103

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

Shades of Medium Wood #AF8467

Tints of Medium Wood #AF8467

RGB

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

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

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

R = 42.68%
G = 32.2%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF8467 (or 0xAF8467) is known color: Medium Wood. HEX triplet: AF, 84 and 67. RGB value is (175,132,103). Sum of RGB (Red+Green+Blue) = 175+132+103=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8467 is #507B98. Grayscale: #8D8D8D. Windows color (decimal): -5274521 or 6784175. OLE color: 6784175.

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

Color convert

RGB 175 132 103 -
CMYK 0 0.25 0.41 0.31
HSL 24.17º 0.31% 0.55% -
HSV(B) 24.17º 0.41% 0.69% -
XYZ 28.38 26.6 16.47 -
YUV 141.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 175 132 103 0 0.25 0.41 0.31 24.17 0.31 0.55
Hex AF 84 67 0 19 29 1F 18 1F 37
Octal 257 204 147 0 31 51 37 30 37 67
Binary 10101111 10000100 1100111 0 11001 101001 11111 11000 11111 110111

Color Harmonies of #AF8467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8467

Black with #AF8467

Text Example


Text Example

White with #AF8467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8467; }

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

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

background-color css

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

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

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

border-color css

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

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

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