Html Css Color HEX #ADAE44 Brass

📋 copy color: '#ADAE44'

red 173 ◦ green 174 ◦ blue 68

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

Shades of Brass #ADAE44

Tints of Brass #ADAE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.39%

R = 41.69%
G = 41.93%
B = 16.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#ADAE44 (or 0xADAE44) is known color: Brass. HEX triplet: AD, AE and 44. RGB value is (173,174,68). Sum of RGB (Red+Green+Blue) = 173+174+68=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE44 is #5251BB. Grayscale: #A2A2A2. Windows color (decimal): -5394876 or 4501165. OLE color: 4501165.

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

Color convert

RGB 173 174 68 -
CMYK 0.01 0 0.61 0.32
HSL 60.57º 0.44% 0.47% -
HSV(B) 60.57º 0.61% 0.68% -
XYZ 33.41 39.57 11.35 -
YUV 161.62 75.17 136.12 -
System Red Green Blue C M Y K H S L
Decimal 173 174 68 0.01 0 0.61 0.32 60.57 0.44 0.47
Hex AD AE 44 1 0 3D 20 3D 2C 2F
Octal 255 256 104 1 0 75 40 75 54 57
Binary 10101101 10101110 1000100 1 0 111101 100000 111101 101100 101111

Color Harmonies of #ADAE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE44

Black with #ADAE44

Text Example


Text Example

White with #ADAE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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