Html Css Color HEX #ADAE42 Brass

📋 copy color: '#ADAE42'

red 173 ◦ green 174 ◦ blue 66

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

Shades of Brass #ADAE42

Tints of Brass #ADAE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.98%

R = 41.89%
G = 42.13%
B = 15.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#ADAE42 (or 0xADAE42) is known color: Brass. HEX triplet: AD, AE and 42. RGB value is (173,174,66). Sum of RGB (Red+Green+Blue) = 173+174+66=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE42 is #5251BD. Grayscale: #A1A1A1. Windows color (decimal): -5394878 or 4370093. OLE color: 4370093.

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

Color convert

RGB 173 174 66 -
CMYK 0.01 0 0.62 0.32
HSL 60.56º 0.45% 0.47% -
HSV(B) 60.56º 0.62% 0.68% -
XYZ 33.35 39.55 11.03 -
YUV 161.39 74.17 136.28 -
System Red Green Blue C M Y K H S L
Decimal 173 174 66 0.01 0 0.62 0.32 60.56 0.45 0.47
Hex AD AE 42 1 0 3E 20 3D 2D 2F
Octal 255 256 102 1 0 76 40 75 55 57
Binary 10101101 10101110 1000010 1 0 111110 100000 111101 101101 101111

Color Harmonies of #ADAE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE42

Black with #ADAE42

Text Example


Text Example

White with #ADAE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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