Html Css Color HEX #ABAB3B Brass

📋 copy color: '#ABAB3B'

red 171 ◦ green 171 ◦ blue 59

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

Shades of Brass #ABAB3B

Tints of Brass #ABAB3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.71%

R = 42.64%
G = 42.64%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#ABAB3B (or 0xABAB3B) is known color: Brass. HEX triplet: AB, AB and 3B. RGB value is (171,171,59). Sum of RGB (Red+Green+Blue) = 171+171+59=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB3B is #5454C4. Grayscale: #9E9E9E. Windows color (decimal): -5526725 or 3910571. OLE color: 3910571.

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

Color convert

RGB 171 171 59 -
CMYK 0 0 0.65 0.33
HSL 60º 0.49% 0.45% -
HSV(B) 60º 0.65% 0.67% -
XYZ 32.15 38.1 9.8 -
YUV 158.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 171 171 59 0 0 0.65 0.33 60 0.49 0.45
Hex AB AB 3B 0 0 41 21 3C 31 2D
Octal 253 253 73 0 0 101 41 74 61 55
Binary 10101011 10101011 111011 0 0 1000001 100001 111100 110001 101101

Color Harmonies of #ABAB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB3B

Black with #ABAB3B

Text Example


Text Example

White with #ABAB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB3B; }

 p { color: rgb(171,171,59); }

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

background-color css

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

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

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

border-color css

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

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

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