Html Css Color HEX #AF8167 Medium Wood

📋 copy color: '#AF8167'

red 175 ◦ green 129 ◦ blue 103

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

Shades of Medium Wood #AF8167

Tints of Medium Wood #AF8167

RGB

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

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

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

R = 43%
G = 31.7%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF8167 (or 0xAF8167) is known color: Medium Wood. HEX triplet: AF, 81 and 67. RGB value is (175,129,103). Sum of RGB (Red+Green+Blue) = 175+129+103=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8167 is #507E98. Grayscale: #8B8B8B. Windows color (decimal): -5275289 or 6783407. OLE color: 6783407.

HSL color Cylindrical-coordinate representation of color #AF8167: hue angle of 21.67º 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 #AF8167 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 129 103 -
CMYK 0 0.26 0.41 0.31
HSL 21.67º 0.31% 0.55% -
HSV(B) 21.67º 0.41% 0.69% -
XYZ 27.98 25.79 16.34 -
YUV 139.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 175 129 103 0 0.26 0.41 0.31 21.67 0.31 0.55
Hex AF 81 67 0 1A 29 1F 16 1F 37
Octal 257 201 147 0 32 51 37 26 37 67
Binary 10101111 10000001 1100111 0 11010 101001 11111 10110 11111 110111

Color Harmonies of #AF8167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8167

Black with #AF8167

Text Example


Text Example

White with #AF8167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8167; }

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

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

background-color css

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

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

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

border-color css

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

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

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