Html Css Color HEX #ADB237 Brass

📋 copy color: '#ADB237'

red 173 ◦ green 178 ◦ blue 55

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

Shades of Brass #ADB237

Tints of Brass #ADB237

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.84%

 BLUE value IS 55 (21.88% from 255) = 13.55%

R = 42.61%
G = 43.84%
B = 13.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#ADB237 (or 0xADB237) is known color: Brass. HEX triplet: AD, B2 and 37. RGB value is (173,178,55). Sum of RGB (Red+Green+Blue) = 173+178+55=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB237 is #524DC8. Grayscale: #A2A2A2. Windows color (decimal): -5393865 or 3650221. OLE color: 3650221.

HSL color Cylindrical-coordinate representation of color #ADB237: hue angle of 62.44º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADB237 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 55 -
CMYK 0.03 0 0.69 0.30
HSL 62.44º 0.53% 0.46% -
HSV(B) 62.44º 0.69% 0.7% -
XYZ 33.84 41 9.74 -
YUV 162.48 67.34 135.5 -
System Red Green Blue C M Y K H S L
Decimal 173 178 55 0.03 0 0.69 0.30 62.44 0.53 0.46
Hex AD B2 37 3 0 45 1E 3E 35 2E
Octal 255 262 67 3 0 105 36 76 65 56
Binary 10101101 10110010 110111 11 0 1000101 11110 111110 110101 101110

Color Harmonies of #ADB237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB237

Black with #ADB237

Text Example


Text Example

White with #ADB237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB237; }

 p { color: rgb(173,178,55); }

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

background-color css

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

 a { background-color: rgb(173,178,55); }

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

border-color css

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

 span { border-color: rgb(173,178,55); }

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