Html Css Color HEX #AE775D Medium Wood

📋 copy color: '#AE775D'

red 174 ◦ green 119 ◦ blue 93

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

Shades of Medium Wood #AE775D

Tints of Medium Wood #AE775D

RGB

 RED value IS 174 (68.36% from 255) = 45.08%

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

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 45.08%
G = 30.83%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE775D (or 0xAE775D) is known color: Medium Wood. HEX triplet: AE, 77 and 5D. RGB value is (174,119,93). Sum of RGB (Red+Green+Blue) = 174+119+93=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE775D is #5188A2. Grayscale: #848484. Windows color (decimal): -5343395 or 6125486. OLE color: 6125486.

HSL color Cylindrical-coordinate representation of color #AE775D: hue angle of 19.26º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE775D is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 119 93 -
CMYK 0 0.32 0.47 0.32
HSL 19.26º 0.33% 0.52% -
HSV(B) 19.26º 0.47% 0.68% -
XYZ 26.03 22.98 13.42 -
YUV 132.48 105.72 157.61 -
System Red Green Blue C M Y K H S L
Decimal 174 119 93 0 0.32 0.47 0.32 19.26 0.33 0.52
Hex AE 77 5D 0 20 2F 20 13 21 34
Octal 256 167 135 0 40 57 40 23 41 64
Binary 10101110 1110111 1011101 0 100000 101111 100000 10011 100001 110100

Color Harmonies of #AE775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE775D

Black with #AE775D

Text Example


Text Example

White with #AE775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE775D; }

 p { color: rgb(174,119,93); }

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

background-color css

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

 a { background-color: rgb(174,119,93); }

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

border-color css

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

 span { border-color: rgb(174,119,93); }

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