Html Css Color HEX #ADAE34 Brass

📋 copy color: '#ADAE34'

red 173 ◦ green 174 ◦ blue 52

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

Shades of Brass #ADAE34

Tints of Brass #ADAE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.03%

R = 43.36%
G = 43.61%
B = 13.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#ADAE34 (or 0xADAE34) is known color: Brass. HEX triplet: AD, AE and 34. RGB value is (173,174,52). Sum of RGB (Red+Green+Blue) = 173+174+52=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE34 is #5251CB. Grayscale: #A0A0A0. Windows color (decimal): -5394892 or 3452589. OLE color: 3452589.

HSL color Cylindrical-coordinate representation of color #ADAE34: hue angle of 60.49º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADAE34 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 174 52 -
CMYK 0.01 0 0.70 0.32
HSL 60.49º 0.54% 0.44% -
HSV(B) 60.49º 0.7% 0.68% -
XYZ 32.99 39.4 9.12 -
YUV 159.79 67.17 137.42 -
System Red Green Blue C M Y K H S L
Decimal 173 174 52 0.01 0 0.70 0.32 60.49 0.54 0.44
Hex AD AE 34 1 0 46 20 3C 36 2C
Octal 255 256 64 1 0 106 40 74 66 54
Binary 10101101 10101110 110100 1 0 1000110 100000 111100 110110 101100

Color Harmonies of #ADAE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE34

Black with #ADAE34

Text Example


Text Example

White with #ADAE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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