Html Css Color HEX #AF826D Medium Wood

📋 copy color: '#AF826D'

red 175 ◦ green 130 ◦ blue 109

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

Shades of Medium Wood #AF826D

Tints of Medium Wood #AF826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.33%

R = 42.27%
G = 31.4%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF826D (or 0xAF826D) is known color: Medium Wood. HEX triplet: AF, 82 and 6D. RGB value is (175,130,109). Sum of RGB (Red+Green+Blue) = 175+130+109=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF826D is #507D92. Grayscale: #8D8D8D. Windows color (decimal): -5275027 or 7176879. OLE color: 7176879.

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

Color convert

RGB 175 130 109 -
CMYK 0 0.26 0.38 0.31
HSL 19.09º 0.29% 0.56% -
HSV(B) 19.09º 0.38% 0.69% -
XYZ 28.42 26.18 18.02 -
YUV 141.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 175 130 109 0 0.26 0.38 0.31 19.09 0.29 0.56
Hex AF 82 6D 0 1A 26 1F 13 1D 38
Octal 257 202 155 0 32 46 37 23 35 70
Binary 10101111 10000010 1101101 0 11010 100110 11111 10011 11101 111000

Color Harmonies of #AF826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF826D

Black with #AF826D

Text Example


Text Example

White with #AF826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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