Html Css Color HEX #AF815F Medium Wood

📋 copy color: '#AF815F'

red 175 ◦ green 129 ◦ blue 95

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

Shades of Medium Wood #AF815F

Tints of Medium Wood #AF815F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.81%

R = 43.86%
G = 32.33%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF815F (or 0xAF815F) is known color: Medium Wood. HEX triplet: AF, 81 and 5F. RGB value is (175,129,95). Sum of RGB (Red+Green+Blue) = 175+129+95=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF815F is #507EA0. Grayscale: #8B8B8B. Windows color (decimal): -5275297 or 6259119. OLE color: 6259119.

HSL color Cylindrical-coordinate representation of color #AF815F: hue angle of 25.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF815F is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 129 95 -
CMYK 0 0.26 0.46 0.31
HSL 25.5º 0.33% 0.53% -
HSV(B) 25.5º 0.46% 0.69% -
XYZ 27.6 25.64 14.32 -
YUV 138.88 103.24 153.76 -
System Red Green Blue C M Y K H S L
Decimal 175 129 95 0 0.26 0.46 0.31 25.5 0.33 0.53
Hex AF 81 5F 0 1A 2E 1F 1A 21 35
Octal 257 201 137 0 32 56 37 32 41 65
Binary 10101111 10000001 1011111 0 11010 101110 11111 11010 100001 110101

Color Harmonies of #AF815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF815F

Black with #AF815F

Text Example


Text Example

White with #AF815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF815F; }

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

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

background-color css

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

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

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

border-color css

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

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

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