Html Css Color HEX #ABAD3C Brass

📋 copy color: '#ABAD3C'

red 171 ◦ green 173 ◦ blue 60

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

Shades of Brass #ABAD3C

Tints of Brass #ABAD3C

RGB

 RED value IS 171 (67.19% from 255) = 42.33%

 GREEN value IS 173 (67.97% from 255) = 42.82%

 BLUE value IS 60 (23.83% from 255) = 14.85%

R = 42.33%
G = 42.82%
B = 14.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#ABAD3C (or 0xABAD3C) is known color: Brass. HEX triplet: AB, AD and 3C. RGB value is (171,173,60). Sum of RGB (Red+Green+Blue) = 171+173+60=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAD3C is #5452C3. Grayscale: #9F9F9F. Windows color (decimal): -5526212 or 3976619. OLE color: 3976619.

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

Color convert

RGB 171 173 60 -
CMYK 0.01 0 0.65 0.32
HSL 61.06º 0.48% 0.46% -
HSV(B) 61.06º 0.65% 0.68% -
XYZ 32.55 38.87 10.06 -
YUV 159.52 71.84 136.19 -
System Red Green Blue C M Y K H S L
Decimal 171 173 60 0.01 0 0.65 0.32 61.06 0.48 0.46
Hex AB AD 3C 1 0 41 20 3D 30 2E
Octal 253 255 74 1 0 101 40 75 60 56
Binary 10101011 10101101 111100 1 0 1000001 100000 111101 110000 101110

Color Harmonies of #ABAD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAD3C

Black with #ABAD3C

Text Example


Text Example

White with #ABAD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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