Html Css Color HEX #AF836A Medium Wood

📋 copy color: '#AF836A'

red 175 ◦ green 131 ◦ blue 106

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

Shades of Medium Wood #AF836A

Tints of Medium Wood #AF836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.8%

 BLUE value IS 106 (41.8% from 255) = 25.73%

R = 42.48%
G = 31.8%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF836A (or 0xAF836A) is known color: Medium Wood. HEX triplet: AF, 83 and 6A. RGB value is (175,131,106). Sum of RGB (Red+Green+Blue) = 175+131+106=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF836A is #507C95. Grayscale: #8D8D8D. Windows color (decimal): -5274774 or 6980527. OLE color: 6980527.

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

Color convert

RGB 175 131 106 -
CMYK 0 0.25 0.39 0.31
HSL 21.74º 0.3% 0.55% -
HSV(B) 21.74º 0.39% 0.69% -
XYZ 28.4 26.39 17.23 -
YUV 141.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 175 131 106 0 0.25 0.39 0.31 21.74 0.3 0.55
Hex AF 83 6A 0 19 27 1F 16 1E 37
Octal 257 203 152 0 31 47 37 26 36 67
Binary 10101111 10000011 1101010 0 11001 100111 11111 10110 11110 110111

Color Harmonies of #AF836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF836A

Black with #AF836A

Text Example


Text Example

White with #AF836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF836A; }

 p { color: rgb(175,131,106); }

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

background-color css

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

 a { background-color: rgb(175,131,106); }

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

border-color css

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

 span { border-color: rgb(175,131,106); }

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