Html Css Color HEX #AF8570 Medium Wood

📋 copy color: '#AF8570'

red 175 ◦ green 133 ◦ blue 112

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

Shades of Medium Wood #AF8570

Tints of Medium Wood #AF8570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.67%

R = 41.67%
G = 31.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF8570 (or 0xAF8570) is known color: Medium Wood. HEX triplet: AF, 85 and 70. RGB value is (175,133,112). Sum of RGB (Red+Green+Blue) = 175+133+112=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8570 is #507A8F. Grayscale: #8F8F8F. Windows color (decimal): -5274256 or 7374255. OLE color: 7374255.

HSL color Cylindrical-coordinate representation of color #AF8570: hue angle of 20º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF8570 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 112 -
CMYK 0 0.24 0.36 0.31
HSL 20º 0.28% 0.56% -
HSV(B) 20º 0.36% 0.69% -
XYZ 28.99 27.06 19.02 -
YUV 143.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 175 133 112 0 0.24 0.36 0.31 20 0.28 0.56
Hex AF 85 70 0 18 24 1F 14 1C 38
Octal 257 205 160 0 30 44 37 24 34 70
Binary 10101111 10000101 1110000 0 11000 100100 11111 10100 11100 111000

Color Harmonies of #AF8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8570

Black with #AF8570

Text Example


Text Example

White with #AF8570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8570; }

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

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

background-color css

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

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

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

border-color css

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

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

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