Html Css Color HEX #ADAE36 Brass

📋 copy color: '#ADAE36'

red 173 ◦ green 174 ◦ blue 54

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

Shades of Brass #ADAE36

Tints of Brass #ADAE36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.47%

R = 43.14%
G = 43.39%
B = 13.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#ADAE36 (or 0xADAE36) is known color: Brass. HEX triplet: AD, AE and 36. RGB value is (173,174,54). Sum of RGB (Red+Green+Blue) = 173+174+54=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE36 is #5251C9. Grayscale: #A0A0A0. Windows color (decimal): -5394890 or 3583661. OLE color: 3583661.

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

Color convert

RGB 173 174 54 -
CMYK 0.01 0 0.69 0.32
HSL 60.5º 0.53% 0.45% -
HSV(B) 60.5º 0.69% 0.68% -
XYZ 33.04 39.42 9.36 -
YUV 160.02 68.17 137.26 -
System Red Green Blue C M Y K H S L
Decimal 173 174 54 0.01 0 0.69 0.32 60.5 0.53 0.45
Hex AD AE 36 1 0 45 20 3C 35 2D
Octal 255 256 66 1 0 105 40 74 65 55
Binary 10101101 10101110 110110 1 0 1000101 100000 111100 110101 101101

Color Harmonies of #ADAE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE36

Black with #ADAE36

Text Example


Text Example

White with #ADAE36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE36; }

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

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

background-color css

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

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

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

border-color css

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

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

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