Html Css Color HEX #ABAB33 Brass

📋 copy color: '#ABAB33'

red 171 ◦ green 171 ◦ blue 51

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

Shades of Brass #ABAB33

Tints of Brass #ABAB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.98%

R = 43.51%
G = 43.51%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#ABAB33 (or 0xABAB33) is known color: Brass. HEX triplet: AB, AB and 33. RGB value is (171,171,51). Sum of RGB (Red+Green+Blue) = 171+171+51=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB33 is #5454CC. Grayscale: #9D9D9D. Windows color (decimal): -5526733 or 3386283. OLE color: 3386283.

HSL color Cylindrical-coordinate representation of color #ABAB33: hue angle of 60º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABAB33 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 171 51 -
CMYK 0 0 0.70 0.33
HSL 60º 0.54% 0.44% -
HSV(B) 60º 0.7% 0.67% -
XYZ 31.96 38.02 8.79 -
YUV 157.32 68 137.76 -
System Red Green Blue C M Y K H S L
Decimal 171 171 51 0 0 0.70 0.33 60 0.54 0.44
Hex AB AB 33 0 0 46 21 3C 36 2C
Octal 253 253 63 0 0 106 41 74 66 54
Binary 10101011 10101011 110011 0 0 1000110 100001 111100 110110 101100

Color Harmonies of #ABAB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB33

Black with #ABAB33

Text Example


Text Example

White with #ABAB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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