Html Css Color HEX #AE9C8C Zorba

📋 copy color: '#AE9C8C'

red 174 ◦ green 156 ◦ blue 140

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

Shades of Zorba #AE9C8C

Tints of Zorba #AE9C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.19%

 BLUE value IS 140 (55.08% from 255) = 29.79%

R = 37.02%
G = 33.19%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE9C8C (or 0xAE9C8C) is known color: Zorba. HEX triplet: AE, 9C and 8C. RGB value is (174,156,140). Sum of RGB (Red+Green+Blue) = 174+156+140=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9C8C is #516373. Grayscale: #9F9F9F. Windows color (decimal): -5333876 or 9215150. OLE color: 9215150.

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

Color convert

RGB 174 156 140 -
CMYK 0 0.10 0.20 0.32
HSL 28.24º 0.17% 0.62% -
HSV(B) 28.24º 0.2% 0.68% -
XYZ 34.08 34.67 29.71 -
YUV 159.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 174 156 140 0 0.10 0.20 0.32 28.24 0.17 0.62
Hex AE 9C 8C 0 A 14 20 1C 11 3E
Octal 256 234 214 0 12 24 40 34 21 76
Binary 10101110 10011100 10001100 0 1010 10100 100000 11100 10001 111110

Color Harmonies of #AE9C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9C8C

Black with #AE9C8C

Text Example


Text Example

White with #AE9C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9C8C; }

 p { color: rgb(174,156,140); }

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

background-color css

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

 a { background-color: rgb(174,156,140); }

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

border-color css

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

 span { border-color: rgb(174,156,140); }

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