Html Css Color HEX #AE998A Zorba

📋 copy color: '#AE998A'

red 174 ◦ green 153 ◦ blue 138

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

Shades of Zorba #AE998A

Tints of Zorba #AE998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.9%

 BLUE value IS 138 (54.3% from 255) = 29.68%

R = 37.42%
G = 32.9%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE998A (or 0xAE998A) is known color: Zorba. HEX triplet: AE, 99 and 8A. RGB value is (174,153,138). Sum of RGB (Red+Green+Blue) = 174+153+138=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE998A is #516675. Grayscale: #9D9D9D. Windows color (decimal): -5334646 or 9083310. OLE color: 9083310.

HSL color Cylindrical-coordinate representation of color #AE998A: hue angle of 25º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE998A is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 153 138 -
CMYK 0 0.12 0.21 0.32
HSL 25º 0.18% 0.61% -
HSV(B) 25º 0.21% 0.68% -
XYZ 33.43 33.62 28.77 -
YUV 157.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 174 153 138 0 0.12 0.21 0.32 25 0.18 0.61
Hex AE 99 8A 0 C 15 20 19 12 3D
Octal 256 231 212 0 14 25 40 31 22 75
Binary 10101110 10011001 10001010 0 1100 10101 100000 11001 10010 111101

Color Harmonies of #AE998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE998A

Black with #AE998A

Text Example


Text Example

White with #AE998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE998A; }

 p { color: rgb(174,153,138); }

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

background-color css

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

 a { background-color: rgb(174,153,138); }

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

border-color css

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

 span { border-color: rgb(174,153,138); }

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