Html Css Color HEX #ABAA3A Brass

📋 copy color: '#ABAA3A'

red 171 ◦ green 170 ◦ blue 58

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

Shades of Brass #ABAA3A

Tints of Brass #ABAA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.54%

R = 42.86%
G = 42.61%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#ABAA3A (or 0xABAA3A) is known color: Brass. HEX triplet: AB, AA and 3A. RGB value is (171,170,58). Sum of RGB (Red+Green+Blue) = 171+170+58=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA3A is #5455C5. Grayscale: #9D9D9D. Windows color (decimal): -5526982 or 3844779. OLE color: 3844779.

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

Color convert

RGB 171 170 58 -
CMYK 0 0.01 0.66 0.33
HSL 59.47º 0.49% 0.45% -
HSV(B) 59.47º 0.66% 0.67% -
XYZ 31.93 37.71 9.6 -
YUV 157.53 71.83 137.61 -
System Red Green Blue C M Y K H S L
Decimal 171 170 58 0 0.01 0.66 0.33 59.47 0.49 0.45
Hex AB AA 3A 0 1 42 21 3B 31 2D
Octal 253 252 72 0 1 102 41 73 61 55
Binary 10101011 10101010 111010 0 1 1000010 100001 111011 110001 101101

Color Harmonies of #ABAA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA3A

Black with #ABAA3A

Text Example


Text Example

White with #ABAA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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