Html Css Color HEX #ADAB4D Brass

📋 copy color: '#ADAB4D'

red 173 ◦ green 171 ◦ blue 77

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

Shades of Brass #ADAB4D

Tints of Brass #ADAB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.29%

R = 41.09%
G = 40.62%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#ADAB4D (or 0xADAB4D) is known color: Brass. HEX triplet: AD, AB and 4D. RGB value is (173,171,77). Sum of RGB (Red+Green+Blue) = 173+171+77=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB4D is #5254B2. Grayscale: #A1A1A1. Windows color (decimal): -5395635 or 5090221. OLE color: 5090221.

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

Color convert

RGB 173 171 77 -
CMYK 0 0.01 0.55 0.32
HSL 58.75º 0.38% 0.49% -
HSV(B) 58.75º 0.55% 0.68% -
XYZ 33.14 38.55 12.71 -
YUV 160.88 80.66 136.64 -
System Red Green Blue C M Y K H S L
Decimal 173 171 77 0 0.01 0.55 0.32 58.75 0.38 0.49
Hex AD AB 4D 0 1 37 20 3B 26 31
Octal 255 253 115 0 1 67 40 73 46 61
Binary 10101101 10101011 1001101 0 1 110111 100000 111011 100110 110001

Color Harmonies of #ADAB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB4D

Black with #ADAB4D

Text Example


Text Example

White with #ADAB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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