Html Css Color HEX #AF775B Medium Wood

📋 copy color: '#AF775B'

red 175 ◦ green 119 ◦ blue 91

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

Shades of Medium Wood #AF775B

Tints of Medium Wood #AF775B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.91%

 BLUE value IS 91 (35.94% from 255) = 23.64%

R = 45.45%
G = 30.91%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF775B (or 0xAF775B) is known color: Medium Wood. HEX triplet: AF, 77 and 5B. RGB value is (175,119,91). Sum of RGB (Red+Green+Blue) = 175+119+91=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF775B is #5088A4. Grayscale: #848484. Windows color (decimal): -5277861 or 5994415. OLE color: 5994415.

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

Color convert

RGB 175 119 91 -
CMYK 0 0.32 0.48 0.31
HSL 20º 0.34% 0.52% -
HSV(B) 20º 0.48% 0.69% -
XYZ 26.16 23.06 12.97 -
YUV 132.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 175 119 91 0 0.32 0.48 0.31 20 0.34 0.52
Hex AF 77 5B 0 20 30 1F 14 22 34
Octal 257 167 133 0 40 60 37 24 42 64
Binary 10101111 1110111 1011011 0 100000 110000 11111 10100 100010 110100

Color Harmonies of #AF775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF775B

Black with #AF775B

Text Example


Text Example

White with #AF775B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF775B; }

 p { color: rgb(175,119,91); }

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

background-color css

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

 a { background-color: rgb(175,119,91); }

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

border-color css

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

 span { border-color: rgb(175,119,91); }

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