Html Css Color HEX #AE765D Toast

📋 copy color: '#AE765D'

red 174 ◦ green 118 ◦ blue 93

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

Shades of Toast #AE765D

Tints of Toast #AE765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

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

R = 45.19%
G = 30.65%
B = 24.16%

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

#AE765D (or 0xAE765D) is known color: Toast. HEX triplet: AE, 76 and 5D. RGB value is (174,118,93). Sum of RGB (Red+Green+Blue) = 174+118+93=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE765D is #5189A2. Grayscale: #848484. Windows color (decimal): -5343651 or 6125230. OLE color: 6125230.

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

Color convert

RGB 174 118 93 -
CMYK 0 0.32 0.47 0.32
HSL 18.52º 0.33% 0.52% -
HSV(B) 18.52º 0.47% 0.68% -
XYZ 25.91 22.75 13.38 -
YUV 131.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 174 118 93 0 0.32 0.47 0.32 18.52 0.33 0.52
Hex AE 76 5D 0 20 2F 20 13 21 34
Octal 256 166 135 0 40 57 40 23 41 64
Binary 10101110 1110110 1011101 0 100000 101111 100000 10011 100001 110100

Color Harmonies of #AE765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE765D

Black with #AE765D

Text Example


Text Example

White with #AE765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE765D; }

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

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

background-color css

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

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

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

border-color css

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

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

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