Html Css Color HEX #AE825C Medium Wood

📋 copy color: '#AE825C'

red 174 ◦ green 130 ◦ blue 92

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

Shades of Medium Wood #AE825C

Tints of Medium Wood #AE825C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

 BLUE value IS 92 (36.33% from 255) = 23.23%

R = 43.94%
G = 32.83%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE825C (or 0xAE825C) is known color: Medium Wood. HEX triplet: AE, 82 and 5C. RGB value is (174,130,92). Sum of RGB (Red+Green+Blue) = 174+130+92=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE825C is #517DA3. Grayscale: #8B8B8B. Windows color (decimal): -5340580 or 6062766. OLE color: 6062766.

HSL color Cylindrical-coordinate representation of color #AE825C: hue angle of 27.8º degrees, saturation: 0.34, 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 #AE825C is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 130 92 -
CMYK 0 0.25 0.47 0.32
HSL 27.8º 0.34% 0.52% -
HSV(B) 27.8º 0.47% 0.68% -
XYZ 27.37 25.74 13.65 -
YUV 138.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 174 130 92 0 0.25 0.47 0.32 27.8 0.34 0.52
Hex AE 82 5C 0 19 2F 20 1C 22 34
Octal 256 202 134 0 31 57 40 34 42 64
Binary 10101110 10000010 1011100 0 11001 101111 100000 11100 100010 110100

Color Harmonies of #AE825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE825C

Black with #AE825C

Text Example


Text Example

White with #AE825C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE825C; }

 p { color: rgb(174,130,92); }

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

background-color css

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

 a { background-color: rgb(174,130,92); }

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

border-color css

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

 span { border-color: rgb(174,130,92); }

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