Html Css Color HEX #AE9D8D Zorba

📋 copy color: '#AE9D8D'

red 174 ◦ green 157 ◦ blue 141

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

Shades of Zorba #AE9D8D

Tints of Zorba #AE9D8D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.26%

 BLUE value IS 141 (55.47% from 255) = 29.87%

R = 36.86%
G = 33.26%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE9D8D (or 0xAE9D8D) is known color: Zorba. HEX triplet: AE, 9D and 8D. RGB value is (174,157,141). Sum of RGB (Red+Green+Blue) = 174+157+141=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9D8D is #516272. Grayscale: #A0A0A0. Windows color (decimal): -5333619 or 9280942. OLE color: 9280942.

HSL color Cylindrical-coordinate representation of color #AE9D8D: hue angle of 29.09º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AE9D8D is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 157 141 -
CMYK 0 0.10 0.19 0.32
HSL 29.09º 0.17% 0.62% -
HSV(B) 29.09º 0.19% 0.68% -
XYZ 34.32 35.04 30.15 -
YUV 160.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 174 157 141 0 0.10 0.19 0.32 29.09 0.17 0.62
Hex AE 9D 8D 0 A 13 20 1D 11 3E
Octal 256 235 215 0 12 23 40 35 21 76
Binary 10101110 10011101 10001101 0 1010 10011 100000 11101 10001 111110

Color Harmonies of #AE9D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9D8D

Black with #AE9D8D

Text Example


Text Example

White with #AE9D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9D8D; }

 p { color: rgb(174,157,141); }

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

background-color css

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

 a { background-color: rgb(174,157,141); }

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

border-color css

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

 span { border-color: rgb(174,157,141); }

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