Html Css Color HEX #ADAE37 Brass

📋 copy color: '#ADAE37'

red 173 ◦ green 174 ◦ blue 55

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

Shades of Brass #ADAE37

Tints of Brass #ADAE37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.68%

R = 43.03%
G = 43.28%
B = 13.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#ADAE37 (or 0xADAE37) is known color: Brass. HEX triplet: AD, AE and 37. RGB value is (173,174,55). Sum of RGB (Red+Green+Blue) = 173+174+55=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE37 is #5251C8. Grayscale: #A0A0A0. Windows color (decimal): -5394889 or 3649197. OLE color: 3649197.

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

Color convert

RGB 173 174 55 -
CMYK 0.01 0 0.68 0.32
HSL 60.5º 0.52% 0.45% -
HSV(B) 60.5º 0.68% 0.68% -
XYZ 33.06 39.43 9.48 -
YUV 160.14 68.67 137.18 -
System Red Green Blue C M Y K H S L
Decimal 173 174 55 0.01 0 0.68 0.32 60.5 0.52 0.45
Hex AD AE 37 1 0 44 20 3D 34 2D
Octal 255 256 67 1 0 104 40 75 64 55
Binary 10101101 10101110 110111 1 0 1000100 100000 111101 110100 101101

Color Harmonies of #ADAE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE37

Black with #ADAE37

Text Example


Text Example

White with #ADAE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE37; }

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

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

background-color css

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

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

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

border-color css

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

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

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