Html Css Color HEX #AF8569 Medium Wood

📋 copy color: '#AF8569'

red 175 ◦ green 133 ◦ blue 105

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

Shades of Medium Wood #AF8569

Tints of Medium Wood #AF8569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.42%

R = 42.37%
G = 32.2%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF8569 (or 0xAF8569) is known color: Medium Wood. HEX triplet: AF, 85 and 69. RGB value is (175,133,105). Sum of RGB (Red+Green+Blue) = 175+133+105=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8569 is #507A96. Grayscale: #8E8E8E. Windows color (decimal): -5274263 or 6915503. OLE color: 6915503.

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

Color convert

RGB 175 133 105 -
CMYK 0 0.24 0.40 0.31
HSL 24º 0.3% 0.55% -
HSV(B) 24º 0.4% 0.69% -
XYZ 28.62 26.91 17.05 -
YUV 142.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 175 133 105 0 0.24 0.40 0.31 24 0.3 0.55
Hex AF 85 69 0 18 28 1F 18 1E 37
Octal 257 205 151 0 30 50 37 30 36 67
Binary 10101111 10000101 1101001 0 11000 101000 11111 11000 11110 110111

Color Harmonies of #AF8569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8569

Black with #AF8569

Text Example


Text Example

White with #AF8569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8569; }

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

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

background-color css

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

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

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

border-color css

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

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

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