Html Css Color HEX #ADAE32 Brass

📋 copy color: '#ADAE32'

red 173 ◦ green 174 ◦ blue 50

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

Shades of Brass #ADAE32

Tints of Brass #ADAE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.59%

R = 43.58%
G = 43.83%
B = 12.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#ADAE32 (or 0xADAE32) is known color: Brass. HEX triplet: AD, AE and 32. RGB value is (173,174,50). Sum of RGB (Red+Green+Blue) = 173+174+50=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE32 is #5251CD. Grayscale: #A0A0A0. Windows color (decimal): -5394894 or 3321517. OLE color: 3321517.

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

Color convert

RGB 173 174 50 -
CMYK 0.01 0 0.71 0.32
HSL 60.48º 0.55% 0.44% -
HSV(B) 60.48º 0.71% 0.68% -
XYZ 32.95 39.39 8.88 -
YUV 159.57 66.17 137.58 -
System Red Green Blue C M Y K H S L
Decimal 173 174 50 0.01 0 0.71 0.32 60.48 0.55 0.44
Hex AD AE 32 1 0 47 20 3C 37 2C
Octal 255 256 62 1 0 107 40 74 67 54
Binary 10101101 10101110 110010 1 0 1000111 100000 111100 110111 101100

Color Harmonies of #ADAE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE32

Black with #ADAE32

Text Example


Text Example

White with #ADAE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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