Html Css Color HEX #ADAE8A Bud

📋 copy color: '#ADAE8A'

red 173 ◦ green 174 ◦ blue 138

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

Shades of Bud #ADAE8A

Tints of Bud #ADAE8A

RGB

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

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

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

R = 35.67%
G = 35.88%
B = 28.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#ADAE8A (or 0xADAE8A) is known color: Bud. HEX triplet: AD, AE and 8A. RGB value is (173,174,138). Sum of RGB (Red+Green+Blue) = 173+174+138=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE8A is #525175. Grayscale: #A9A9A9. Windows color (decimal): -5394806 or 9088685. OLE color: 9088685.

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

Color convert

RGB 173 174 138 -
CMYK 0.01 0 0.21 0.32
HSL 61.67º 0.18% 0.61% -
HSV(B) 61.67º 0.21% 0.68% -
XYZ 36.96 40.99 30.01 -
YUV 169.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 173 174 138 0.01 0 0.21 0.32 61.67 0.18 0.61
Hex AD AE 8A 1 0 15 20 3E 12 3D
Octal 255 256 212 1 0 25 40 76 22 75
Binary 10101101 10101110 10001010 1 0 10101 100000 111110 10010 111101

Color Harmonies of #ADAE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE8A

Black with #ADAE8A

Text Example


Text Example

White with #ADAE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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