Html Css Color HEX #ADB032 Brass

📋 copy color: '#ADB032'

red 173 ◦ green 176 ◦ blue 50

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

Shades of Brass #ADB032

Tints of Brass #ADB032

RGB

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

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

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

R = 43.36%
G = 44.11%
B = 12.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#ADB032 (or 0xADB032) is known color: Brass. HEX triplet: AD, B0 and 32. RGB value is (173,176,50). Sum of RGB (Red+Green+Blue) = 173+176+50=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB032 is #524FCD. Grayscale: #A1A1A1. Windows color (decimal): -5394382 or 3322029. OLE color: 3322029.

HSL color Cylindrical-coordinate representation of color #ADB032: hue angle of 61.43º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADB032 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 50 -
CMYK 0.02 0 0.72 0.31
HSL 61.43º 0.56% 0.44% -
HSV(B) 61.43º 0.72% 0.69% -
XYZ 33.33 40.17 9.01 -
YUV 160.74 65.51 136.75 -
System Red Green Blue C M Y K H S L
Decimal 173 176 50 0.02 0 0.72 0.31 61.43 0.56 0.44
Hex AD B0 32 2 0 48 1F 3D 38 2C
Octal 255 260 62 2 0 110 37 75 70 54
Binary 10101101 10110000 110010 10 0 1001000 11111 111101 111000 101100

Color Harmonies of #ADB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB032

Black with #ADB032

Text Example


Text Example

White with #ADB032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB032; }

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

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

background-color css

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

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

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

border-color css

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

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

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