Html Css Color HEX #AF785A Medium Wood

📋 copy color: '#AF785A'

red 175 ◦ green 120 ◦ blue 90

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

Shades of Medium Wood #AF785A

Tints of Medium Wood #AF785A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.38%

R = 45.45%
G = 31.17%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF785A (or 0xAF785A) is known color: Medium Wood. HEX triplet: AF, 78 and 5A. RGB value is (175,120,90). Sum of RGB (Red+Green+Blue) = 175+120+90=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF785A is #5087A5. Grayscale: #858585. Windows color (decimal): -5277606 or 5929135. OLE color: 5929135.

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

Color convert

RGB 175 120 90 -
CMYK 0 0.31 0.49 0.31
HSL 21.18º 0.35% 0.52% -
HSV(B) 21.18º 0.49% 0.69% -
XYZ 26.24 23.29 12.78 -
YUV 133.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 175 120 90 0 0.31 0.49 0.31 21.18 0.35 0.52
Hex AF 78 5A 0 1F 31 1F 15 23 34
Octal 257 170 132 0 37 61 37 25 43 64
Binary 10101111 1111000 1011010 0 11111 110001 11111 10101 100011 110100

Color Harmonies of #AF785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF785A

Black with #AF785A

Text Example


Text Example

White with #AF785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF785A; }

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

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

background-color css

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

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

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

border-color css

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

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

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