Html Css Color HEX #AF826E Medium Wood

📋 copy color: '#AF826E'

red 175 ◦ green 130 ◦ blue 110

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

Shades of Medium Wood #AF826E

Tints of Medium Wood #AF826E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.33%

 BLUE value IS 110 (43.36% from 255) = 26.51%

R = 42.17%
G = 31.33%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF826E (or 0xAF826E) is known color: Medium Wood. HEX triplet: AF, 82 and 6E. RGB value is (175,130,110). Sum of RGB (Red+Green+Blue) = 175+130+110=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF826E is #507D91. Grayscale: #8D8D8D. Windows color (decimal): -5275026 or 7242415. OLE color: 7242415.

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

Color convert

RGB 175 130 110 -
CMYK 0 0.26 0.37 0.31
HSL 18.46º 0.29% 0.56% -
HSV(B) 18.46º 0.37% 0.69% -
XYZ 28.48 26.21 18.31 -
YUV 141.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 175 130 110 0 0.26 0.37 0.31 18.46 0.29 0.56
Hex AF 82 6E 0 1A 25 1F 12 1D 38
Octal 257 202 156 0 32 45 37 22 35 70
Binary 10101111 10000010 1101110 0 11010 100101 11111 10010 11101 111000

Color Harmonies of #AF826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF826E

Black with #AF826E

Text Example


Text Example

White with #AF826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF826E; }

 p { color: rgb(175,130,110); }

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

background-color css

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

 a { background-color: rgb(175,130,110); }

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

border-color css

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

 span { border-color: rgb(175,130,110); }

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