Html Css Color HEX #AF775A Medium Wood

📋 copy color: '#AF775A'

red 175 ◦ green 119 ◦ blue 90

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

Shades of Medium Wood #AF775A

Tints of Medium Wood #AF775A

RGB

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

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

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

R = 45.57%
G = 30.99%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF775A (or 0xAF775A) is known color: Medium Wood. HEX triplet: AF, 77 and 5A. RGB value is (175,119,90). Sum of RGB (Red+Green+Blue) = 175+119+90=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF775A is #5088A5. Grayscale: #848484. Windows color (decimal): -5277862 or 5928879. OLE color: 5928879.

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

Color convert

RGB 175 119 90 -
CMYK 0 0.32 0.49 0.31
HSL 20.47º 0.35% 0.52% -
HSV(B) 20.47º 0.49% 0.69% -
XYZ 26.12 23.05 12.74 -
YUV 132.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 175 119 90 0 0.32 0.49 0.31 20.47 0.35 0.52
Hex AF 77 5A 0 20 31 1F 14 23 34
Octal 257 167 132 0 40 61 37 24 43 64
Binary 10101111 1110111 1011010 0 100000 110001 11111 10100 100011 110100

Color Harmonies of #AF775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF775A

Black with #AF775A

Text Example


Text Example

White with #AF775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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