Html Css Color HEX #ADB140 Brass

📋 copy color: '#ADB140'

red 173 ◦ green 177 ◦ blue 64

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

Shades of Brass #ADB140

Tints of Brass #ADB140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.46%

R = 41.79%
G = 42.75%
B = 15.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#ADB140 (or 0xADB140) is known color: Brass. HEX triplet: AD, B1 and 40. RGB value is (173,177,64). Sum of RGB (Red+Green+Blue) = 173+177+64=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB140 is #524EBF. Grayscale: #A3A3A3. Windows color (decimal): -5394112 or 4239789. OLE color: 4239789.

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

Color convert

RGB 173 177 64 -
CMYK 0.02 0 0.64 0.31
HSL 62.12º 0.47% 0.47% -
HSV(B) 62.12º 0.64% 0.69% -
XYZ 33.88 40.7 10.92 -
YUV 162.92 72.17 135.19 -
System Red Green Blue C M Y K H S L
Decimal 173 177 64 0.02 0 0.64 0.31 62.12 0.47 0.47
Hex AD B1 40 2 0 40 1F 3E 2F 2F
Octal 255 261 100 2 0 100 37 76 57 57
Binary 10101101 10110001 1000000 10 0 1000000 11111 111110 101111 101111

Color Harmonies of #ADB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB140

Black with #ADB140

Text Example


Text Example

White with #ADB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB140; }

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

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

background-color css

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

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

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

border-color css

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

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

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