Html Css Color HEX #AF785C Medium Wood

📋 copy color: '#AF785C'

red 175 ◦ green 120 ◦ blue 92

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

Shades of Medium Wood #AF785C

Tints of Medium Wood #AF785C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.01%

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

R = 45.22%
G = 31.01%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF785C (or 0xAF785C) is known color: Medium Wood. HEX triplet: AF, 78 and 5C. RGB value is (175,120,92). Sum of RGB (Red+Green+Blue) = 175+120+92=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF785C is #5087A3. Grayscale: #858585. Windows color (decimal): -5277604 or 6060207. OLE color: 6060207.

HSL color Cylindrical-coordinate representation of color #AF785C: hue angle of 20.24º 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 #AF785C is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 120 92 -
CMYK 0 0.31 0.47 0.31
HSL 20.24º 0.34% 0.52% -
HSV(B) 20.24º 0.47% 0.69% -
XYZ 26.33 23.32 13.24 -
YUV 133.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 175 120 92 0 0.31 0.47 0.31 20.24 0.34 0.52
Hex AF 78 5C 0 1F 2F 1F 14 22 34
Octal 257 170 134 0 37 57 37 24 42 64
Binary 10101111 1111000 1011100 0 11111 101111 11111 10100 100010 110100

Color Harmonies of #AF785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF785C

Black with #AF785C

Text Example


Text Example

White with #AF785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF785C; }

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

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

background-color css

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

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

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

border-color css

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

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

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