Html Css Color HEX #AE755B Toast

📋 copy color: '#AE755B'

red 174 ◦ green 117 ◦ blue 91

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

Shades of Toast #AE755B

Tints of Toast #AE755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

 BLUE value IS 91 (35.94% from 255) = 23.82%

R = 45.55%
G = 30.63%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE755B (or 0xAE755B) is known color: Toast. HEX triplet: AE, 75 and 5B. RGB value is (174,117,91). Sum of RGB (Red+Green+Blue) = 174+117+91=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE755B is #518AA4. Grayscale: #838383. Windows color (decimal): -5343909 or 5993902. OLE color: 5993902.

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

Color convert

RGB 174 117 91 -
CMYK 0 0.33 0.48 0.32
HSL 18.8º 0.34% 0.52% -
HSV(B) 18.8º 0.48% 0.68% -
XYZ 25.71 22.48 12.88 -
YUV 131.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 174 117 91 0 0.33 0.48 0.32 18.8 0.34 0.52
Hex AE 75 5B 0 21 30 20 13 22 34
Octal 256 165 133 0 41 60 40 23 42 64
Binary 10101110 1110101 1011011 0 100001 110000 100000 10011 100010 110100

Color Harmonies of #AE755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE755B

Black with #AE755B

Text Example


Text Example

White with #AE755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE755B; }

 p { color: rgb(174,117,91); }

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

background-color css

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

 a { background-color: rgb(174,117,91); }

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

border-color css

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

 span { border-color: rgb(174,117,91); }

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