Html Css Color HEX #AF8567 Medium Wood

📋 copy color: '#AF8567'

red 175 ◦ green 133 ◦ blue 103

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

Shades of Medium Wood #AF8567

Tints of Medium Wood #AF8567

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.36%

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

R = 42.58%
G = 32.36%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF8567 (or 0xAF8567) is known color: Medium Wood. HEX triplet: AF, 85 and 67. RGB value is (175,133,103). Sum of RGB (Red+Green+Blue) = 175+133+103=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8567 is #507A98. Grayscale: #8E8E8E. Windows color (decimal): -5274265 or 6784431. OLE color: 6784431.

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

Color convert

RGB 175 133 103 -
CMYK 0 0.24 0.41 0.31
HSL 25º 0.31% 0.55% -
HSV(B) 25º 0.41% 0.69% -
XYZ 28.51 26.87 16.52 -
YUV 142.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 175 133 103 0 0.24 0.41 0.31 25 0.31 0.55
Hex AF 85 67 0 18 29 1F 19 1F 37
Octal 257 205 147 0 30 51 37 31 37 67
Binary 10101111 10000101 1100111 0 11000 101001 11111 11001 11111 110111

Color Harmonies of #AF8567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8567

Black with #AF8567

Text Example


Text Example

White with #AF8567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8567; }

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

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

background-color css

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

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

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

border-color css

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

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

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