Html Css Color HEX #ADB039 Brass

📋 copy color: '#ADB039'

red 173 ◦ green 176 ◦ blue 57

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

Shades of Brass #ADB039

Tints of Brass #ADB039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.04%

R = 42.61%
G = 43.35%
B = 14.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#ADB039 (or 0xADB039) is known color: Brass. HEX triplet: AD, B0 and 39. RGB value is (173,176,57). Sum of RGB (Red+Green+Blue) = 173+176+57=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 57 (22.66% from 255 or 14.04% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB039 is #524FC6. Grayscale: #A2A2A2. Windows color (decimal): -5394375 or 3780781. OLE color: 3780781.

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

Color convert

RGB 173 176 57 -
CMYK 0.02 0 0.68 0.31
HSL 61.51º 0.51% 0.46% -
HSV(B) 61.51º 0.68% 0.69% -
XYZ 33.5 40.23 9.87 -
YUV 161.54 69.01 136.18 -
System Red Green Blue C M Y K H S L
Decimal 173 176 57 0.02 0 0.68 0.31 61.51 0.51 0.46
Hex AD B0 39 2 0 44 1F 3E 33 2E
Octal 255 260 71 2 0 104 37 76 63 56
Binary 10101101 10110000 111001 10 0 1000100 11111 111110 110011 101110

Color Harmonies of #ADB039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB039

Black with #ADB039

Text Example


Text Example

White with #ADB039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB039; }

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

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

background-color css

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

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

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

border-color css

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

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

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