Html Css Color HEX #ADAE8E Bud

📋 copy color: '#ADAE8E'

red 173 ◦ green 174 ◦ blue 142

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

Shades of Bud #ADAE8E

Tints of Bud #ADAE8E

RGB

 RED value IS 173 (67.97% from 255) = 35.38%

 GREEN value IS 174 (68.36% from 255) = 35.58%

 BLUE value IS 142 (55.86% from 255) = 29.04%

R = 35.38%
G = 35.58%
B = 29.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#ADAE8E (or 0xADAE8E) is known color: Bud. HEX triplet: AD, AE and 8E. RGB value is (173,174,142). Sum of RGB (Red+Green+Blue) = 173+174+142=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE8E is #525171. Grayscale: #AAAAAA. Windows color (decimal): -5394802 or 9350829. OLE color: 9350829.

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

Color convert

RGB 173 174 142 -
CMYK 0.01 0 0.18 0.32
HSL 61.88º 0.16% 0.62% -
HSV(B) 61.88º 0.18% 0.68% -
XYZ 37.25 41.11 31.56 -
YUV 170.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 173 174 142 0.01 0 0.18 0.32 61.88 0.16 0.62
Hex AD AE 8E 1 0 12 20 3E 10 3E
Octal 255 256 216 1 0 22 40 76 20 76
Binary 10101101 10101110 10001110 1 0 10010 100000 111110 10000 111110

Color Harmonies of #ADAE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE8E

Black with #ADAE8E

Text Example


Text Example

White with #ADAE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE8E; }

 p { color: rgb(173,174,142); }

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

background-color css

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

 a { background-color: rgb(173,174,142); }

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

border-color css

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

 span { border-color: rgb(173,174,142); }

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