Html Css Color HEX #ADAB37 Brass

📋 copy color: '#ADAB37'

red 173 ◦ green 171 ◦ blue 55

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

Shades of Brass #ADAB37

Tints of Brass #ADAB37

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.86%

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

R = 43.36%
G = 42.86%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#ADAB37 (or 0xADAB37) is known color: Brass. HEX triplet: AD, AB and 37. RGB value is (173,171,55). Sum of RGB (Red+Green+Blue) = 173+171+55=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB37 is #5254C8. Grayscale: #9E9E9E. Windows color (decimal): -5395657 or 3648429. OLE color: 3648429.

HSL color Cylindrical-coordinate representation of color #ADAB37: hue angle of 58.98º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADAB37 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 171 55 -
CMYK 0 0.01 0.68 0.32
HSL 58.98º 0.52% 0.45% -
HSV(B) 58.98º 0.68% 0.68% -
XYZ 32.49 38.29 9.29 -
YUV 158.37 69.66 138.43 -
System Red Green Blue C M Y K H S L
Decimal 173 171 55 0 0.01 0.68 0.32 58.98 0.52 0.45
Hex AD AB 37 0 1 44 20 3B 34 2D
Octal 255 253 67 0 1 104 40 73 64 55
Binary 10101101 10101011 110111 0 1 1000100 100000 111011 110100 101101

Color Harmonies of #ADAB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB37

Black with #ADAB37

Text Example


Text Example

White with #ADAB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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