Html Css Color HEX #AF7E5A Medium Wood

📋 copy color: '#AF7E5A'

red 175 ◦ green 126 ◦ blue 90

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

Shades of Medium Wood #AF7E5A

Tints of Medium Wood #AF7E5A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.23%

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

R = 44.76%
G = 32.23%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF7E5A (or 0xAF7E5A) is known color: Medium Wood. HEX triplet: AF, 7E and 5A. RGB value is (175,126,90). Sum of RGB (Red+Green+Blue) = 175+126+90=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E5A is #5081A5. Grayscale: #888888. Windows color (decimal): -5276070 or 5930671. OLE color: 5930671.

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

Color convert

RGB 175 126 90 -
CMYK 0 0.28 0.49 0.31
HSL 25.41º 0.35% 0.52% -
HSV(B) 25.41º 0.49% 0.69% -
XYZ 26.99 24.77 13.03 -
YUV 136.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 175 126 90 0 0.28 0.49 0.31 25.41 0.35 0.52
Hex AF 7E 5A 0 1C 31 1F 19 23 34
Octal 257 176 132 0 34 61 37 31 43 64
Binary 10101111 1111110 1011010 0 11100 110001 11111 11001 100011 110100

Color Harmonies of #AF7E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E5A

Black with #AF7E5A

Text Example


Text Example

White with #AF7E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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