Html Css Color HEX #AE7B65 Medium Wood

📋 copy color: '#AE7B65'

red 174 ◦ green 123 ◦ blue 101

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

Shades of Medium Wood #AE7B65

Tints of Medium Wood #AE7B65

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.9%

 BLUE value IS 101 (39.84% from 255) = 25.38%

R = 43.72%
G = 30.9%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE7B65 (or 0xAE7B65) is known color: Medium Wood. HEX triplet: AE, 7B and 65. RGB value is (174,123,101). Sum of RGB (Red+Green+Blue) = 174+123+101=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B65 is #51849A. Grayscale: #878787. Windows color (decimal): -5342363 or 6650798. OLE color: 6650798.

HSL color Cylindrical-coordinate representation of color #AE7B65: hue angle of 18.08º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE7B65 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 123 101 -
CMYK 0 0.29 0.42 0.32
HSL 18.08º 0.31% 0.54% -
HSV(B) 18.08º 0.42% 0.68% -
XYZ 26.89 24.1 15.55 -
YUV 135.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 174 123 101 0 0.29 0.42 0.32 18.08 0.31 0.54
Hex AE 7B 65 0 1D 2A 20 12 1F 36
Octal 256 173 145 0 35 52 40 22 37 66
Binary 10101110 1111011 1100101 0 11101 101010 100000 10010 11111 110110

Color Harmonies of #AE7B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B65

Black with #AE7B65

Text Example


Text Example

White with #AE7B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B65; }

 p { color: rgb(174,123,101); }

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

background-color css

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

 a { background-color: rgb(174,123,101); }

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

border-color css

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

 span { border-color: rgb(174,123,101); }

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