Html Css Color HEX #ABAC3C Brass

📋 copy color: '#ABAC3C'

red 171 ◦ green 172 ◦ blue 60

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

Shades of Brass #ABAC3C

Tints of Brass #ABAC3C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.68%

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

R = 42.43%
G = 42.68%
B = 14.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#ABAC3C (or 0xABAC3C) is known color: Brass. HEX triplet: AB, AC and 3C. RGB value is (171,172,60). Sum of RGB (Red+Green+Blue) = 171+172+60=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC3C is #5453C3. Grayscale: #9F9F9F. Windows color (decimal): -5526468 or 3976363. OLE color: 3976363.

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

Color convert

RGB 171 172 60 -
CMYK 0.01 0 0.65 0.33
HSL 60.54º 0.48% 0.45% -
HSV(B) 60.54º 0.65% 0.67% -
XYZ 32.36 38.49 10 -
YUV 158.93 72.17 136.61 -
System Red Green Blue C M Y K H S L
Decimal 171 172 60 0.01 0 0.65 0.33 60.54 0.48 0.45
Hex AB AC 3C 1 0 41 21 3D 30 2D
Octal 253 254 74 1 0 101 41 75 60 55
Binary 10101011 10101100 111100 1 0 1000001 100001 111101 110000 101101

Color Harmonies of #ABAC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC3C

Black with #ABAC3C

Text Example


Text Example

White with #ABAC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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