Html Css Color HEX #AE7A5A Medium Wood

📋 copy color: '#AE7A5A'

red 174 ◦ green 122 ◦ blue 90

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

Shades of Medium Wood #AE7A5A

Tints of Medium Wood #AE7A5A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

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

R = 45.08%
G = 31.61%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE7A5A (or 0xAE7A5A) is known color: Medium Wood. HEX triplet: AE, 7A and 5A. RGB value is (174,122,90). Sum of RGB (Red+Green+Blue) = 174+122+90=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A5A is #5185A5. Grayscale: #868686. Windows color (decimal): -5342630 or 5929646. OLE color: 5929646.

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

Color convert

RGB 174 122 90 -
CMYK 0 0.30 0.48 0.32
HSL 22.86º 0.34% 0.52% -
HSV(B) 22.86º 0.48% 0.68% -
XYZ 26.26 23.66 12.85 -
YUV 133.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 174 122 90 0 0.30 0.48 0.32 22.86 0.34 0.52
Hex AE 7A 5A 0 1E 30 20 17 22 34
Octal 256 172 132 0 36 60 40 27 42 64
Binary 10101110 1111010 1011010 0 11110 110000 100000 10111 100010 110100

Color Harmonies of #AE7A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7A5A

Black with #AE7A5A

Text Example


Text Example

White with #AE7A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7A5A; }

 p { color: rgb(174,122,90); }

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

background-color css

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

 a { background-color: rgb(174,122,90); }

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

border-color css

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

 span { border-color: rgb(174,122,90); }

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