Html Css Color HEX #AF8465 Medium Wood

📋 copy color: '#AF8465'

red 175 ◦ green 132 ◦ blue 101

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

Shades of Medium Wood #AF8465

Tints of Medium Wood #AF8465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.35%

 BLUE value IS 101 (39.84% from 255) = 24.75%

R = 42.89%
G = 32.35%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF8465 (or 0xAF8465) is known color: Medium Wood. HEX triplet: AF, 84 and 65. RGB value is (175,132,101). Sum of RGB (Red+Green+Blue) = 175+132+101=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8465 is #507B9A. Grayscale: #8D8D8D. Windows color (decimal): -5274523 or 6653103. OLE color: 6653103.

HSL color Cylindrical-coordinate representation of color #AF8465: hue angle of 25.14º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF8465 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 101 -
CMYK 0 0.25 0.42 0.31
HSL 25.14º 0.32% 0.54% -
HSV(B) 25.14º 0.42% 0.69% -
XYZ 28.28 26.56 15.95 -
YUV 141.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 175 132 101 0 0.25 0.42 0.31 25.14 0.32 0.54
Hex AF 84 65 0 19 2A 1F 19 20 36
Octal 257 204 145 0 31 52 37 31 40 66
Binary 10101111 10000100 1100101 0 11001 101010 11111 11001 100000 110110

Color Harmonies of #AF8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8465

Black with #AF8465

Text Example


Text Example

White with #AF8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8465; }

 p { color: rgb(175,132,101); }

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

background-color css

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

 a { background-color: rgb(175,132,101); }

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

border-color css

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

 span { border-color: rgb(175,132,101); }

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