Html Css Color HEX #ADB139 Brass

📋 copy color: '#ADB139'

red 173 ◦ green 177 ◦ blue 57

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

Shades of Brass #ADB139

Tints of Brass #ADB139

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.49%

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

R = 42.51%
G = 43.49%
B = 14%

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

#ADB139 (or 0xADB139) is known color: Brass. HEX triplet: AD, B1 and 39. RGB value is (173,177,57). Sum of RGB (Red+Green+Blue) = 173+177+57=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 57 (22.66% from 255 or 14.00% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB139 is #524EC6. Grayscale: #A2A2A2. Windows color (decimal): -5394119 or 3781037. OLE color: 3781037.

HSL color Cylindrical-coordinate representation of color #ADB139: hue angle of 62º 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 #ADB139 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 57 -
CMYK 0.02 0 0.68 0.31
HSL 62º 0.51% 0.46% -
HSV(B) 62º 0.68% 0.69% -
XYZ 33.69 40.62 9.94 -
YUV 162.12 68.67 135.76 -
System Red Green Blue C M Y K H S L
Decimal 173 177 57 0.02 0 0.68 0.31 62 0.51 0.46
Hex AD B1 39 2 0 44 1F 3E 33 2E
Octal 255 261 71 2 0 104 37 76 63 56
Binary 10101101 10110001 111001 10 0 1000100 11111 111110 110011 101110

Color Harmonies of #ADB139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB139

Black with #ADB139

Text Example


Text Example

White with #ADB139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB139; }

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

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

background-color css

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

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

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

border-color css

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

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

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