Html Css Color HEX #ABAA3C Brass

📋 copy color: '#ABAA3C'

red 171 ◦ green 170 ◦ blue 60

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

Shades of Brass #ABAA3C

Tints of Brass #ABAA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.39%

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

R = 42.64%
G = 42.39%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#ABAA3C (or 0xABAA3C) is known color: Brass. HEX triplet: AB, AA and 3C. RGB value is (171,170,60). Sum of RGB (Red+Green+Blue) = 171+170+60=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA3C is #5455C3. Grayscale: #9E9E9E. Windows color (decimal): -5526980 or 3975851. OLE color: 3975851.

HSL color Cylindrical-coordinate representation of color #ABAA3C: hue angle of 59.46º 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 #ABAA3C is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 60 -
CMYK 0 0.01 0.65 0.33
HSL 59.46º 0.48% 0.45% -
HSV(B) 59.46º 0.65% 0.67% -
XYZ 31.98 37.73 9.87 -
YUV 157.76 72.83 137.44 -
System Red Green Blue C M Y K H S L
Decimal 171 170 60 0 0.01 0.65 0.33 59.46 0.48 0.45
Hex AB AA 3C 0 1 41 21 3B 30 2D
Octal 253 252 74 0 1 101 41 73 60 55
Binary 10101011 10101010 111100 0 1 1000001 100001 111011 110000 101101

Color Harmonies of #ABAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA3C

Black with #ABAA3C

Text Example


Text Example

White with #ABAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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