Html Css Color HEX #ADB437 Brass

📋 copy color: '#ADB437'

red 173 ◦ green 180 ◦ blue 55

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

Shades of Brass #ADB437

Tints of Brass #ADB437

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.12%

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

R = 42.4%
G = 44.12%
B = 13.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#ADB437 (or 0xADB437) is known color: Brass. HEX triplet: AD, B4 and 37. RGB value is (173,180,55). Sum of RGB (Red+Green+Blue) = 173+180+55=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 55 (21.88% from 255 or 13.48% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB437 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB437 is #524BC8. Grayscale: #A4A4A4. Windows color (decimal): -5393353 or 3650733. OLE color: 3650733.

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

Color convert

RGB 173 180 55 -
CMYK 0.04 0 0.69 0.29
HSL 63.36º 0.53% 0.46% -
HSV(B) 63.36º 0.69% 0.71% -
XYZ 34.24 41.8 9.88 -
YUV 163.66 66.68 134.66 -
System Red Green Blue C M Y K H S L
Decimal 173 180 55 0.04 0 0.69 0.29 63.36 0.53 0.46
Hex AD B4 37 4 0 45 1D 3F 35 2E
Octal 255 264 67 4 0 105 35 77 65 56
Binary 10101101 10110100 110111 100 0 1000101 11101 111111 110101 101110

Color Harmonies of #ADB437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB437

Black with #ADB437

Text Example


Text Example

White with #ADB437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB437; }

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

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

background-color css

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

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

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

border-color css

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

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

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