Html Css Color HEX #ADAB46 Brass

📋 copy color: '#ADAB46'

red 173 ◦ green 171 ◦ blue 70

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

Shades of Brass #ADAB46

Tints of Brass #ADAB46

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.3%

 BLUE value IS 70 (27.73% from 255) = 16.91%

R = 41.79%
G = 41.3%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#ADAB46 (or 0xADAB46) is known color: Brass. HEX triplet: AD, AB and 46. RGB value is (173,171,70). Sum of RGB (Red+Green+Blue) = 173+171+70=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB46 is #5254B9. Grayscale: #A0A0A0. Windows color (decimal): -5395642 or 4631469. OLE color: 4631469.

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

Color convert

RGB 173 171 70 -
CMYK 0 0.01 0.60 0.32
HSL 58.83º 0.42% 0.48% -
HSV(B) 58.83º 0.6% 0.68% -
XYZ 32.9 38.45 11.48 -
YUV 160.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 173 171 70 0 0.01 0.60 0.32 58.83 0.42 0.48
Hex AD AB 46 0 1 3C 20 3B 2A 30
Octal 255 253 106 0 1 74 40 73 52 60
Binary 10101101 10101011 1000110 0 1 111100 100000 111011 101010 110000

Color Harmonies of #ADAB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB46

Black with #ADAB46

Text Example


Text Example

White with #ADAB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB46; }

 p { color: rgb(173,171,70); }

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

background-color css

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

 a { background-color: rgb(173,171,70); }

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

border-color css

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

 span { border-color: rgb(173,171,70); }

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