Html Css Color HEX #AF835C Medium Wood

📋 copy color: '#AF835C'

red 175 ◦ green 131 ◦ blue 92

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

Shades of Medium Wood #AF835C

Tints of Medium Wood #AF835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.12%

R = 43.97%
G = 32.91%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF835C (or 0xAF835C) is known color: Medium Wood. HEX triplet: AF, 83 and 5C. RGB value is (175,131,92). Sum of RGB (Red+Green+Blue) = 175+131+92=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF835C is #507CA3. Grayscale: #8B8B8B. Windows color (decimal): -5274788 or 6063023. OLE color: 6063023.

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

Color convert

RGB 175 131 92 -
CMYK 0 0.25 0.47 0.31
HSL 28.19º 0.34% 0.52% -
HSV(B) 28.19º 0.47% 0.69% -
XYZ 27.73 26.12 13.71 -
YUV 139.71 101.08 153.17 -
System Red Green Blue C M Y K H S L
Decimal 175 131 92 0 0.25 0.47 0.31 28.19 0.34 0.52
Hex AF 83 5C 0 19 2F 1F 1C 22 34
Octal 257 203 134 0 31 57 37 34 42 64
Binary 10101111 10000011 1011100 0 11001 101111 11111 11100 100010 110100

Color Harmonies of #AF835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF835C

Black with #AF835C

Text Example


Text Example

White with #AF835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF835C; }

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

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

background-color css

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

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

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

border-color css

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

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

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