Html Css Color HEX #ADB046 Brass

📋 copy color: '#ADB046'

red 173 ◦ green 176 ◦ blue 70

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

Shades of Brass #ADB046

Tints of Brass #ADB046

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42%

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

R = 41.29%
G = 42%
B = 16.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#ADB046 (or 0xADB046) is known color: Brass. HEX triplet: AD, B0 and 46. RGB value is (173,176,70). Sum of RGB (Red+Green+Blue) = 173+176+70=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB046 is #524FB9. Grayscale: #A3A3A3. Windows color (decimal): -5394362 or 4632749. OLE color: 4632749.

HSL color Cylindrical-coordinate representation of color #ADB046: hue angle of 61.7º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADB046 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 70 -
CMYK 0.02 0 0.60 0.31
HSL 61.7º 0.43% 0.48% -
HSV(B) 61.7º 0.6% 0.69% -
XYZ 33.86 40.38 11.8 -
YUV 163.02 75.51 135.12 -
System Red Green Blue C M Y K H S L
Decimal 173 176 70 0.02 0 0.60 0.31 61.7 0.43 0.48
Hex AD B0 46 2 0 3C 1F 3E 2B 30
Octal 255 260 106 2 0 74 37 76 53 60
Binary 10101101 10110000 1000110 10 0 111100 11111 111110 101011 110000

Color Harmonies of #ADB046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB046

Black with #ADB046

Text Example


Text Example

White with #ADB046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB046; }

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

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

background-color css

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

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

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

border-color css

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

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

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