Html Css Color HEX #ABA133 Brass

📋 copy color: '#ABA133'

red 171 ◦ green 161 ◦ blue 51

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

Shades of Brass #ABA133

Tints of Brass #ABA133

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.04%

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

R = 44.65%
G = 42.04%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#ABA133 (or 0xABA133) is known color: Brass. HEX triplet: AB, A1 and 33. RGB value is (171,161,51). Sum of RGB (Red+Green+Blue) = 171+161+51=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA133 is #545ECC. Grayscale: #979797. Windows color (decimal): -5529293 or 3383723. OLE color: 3383723.

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

Color convert

RGB 171 161 51 -
CMYK 0 0.06 0.70 0.33
HSL 55º 0.54% 0.44% -
HSV(B) 55º 0.7% 0.67% -
XYZ 30.14 34.39 8.18 -
YUV 151.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 171 161 51 0 0.06 0.70 0.33 55 0.54 0.44
Hex AB A1 33 0 6 46 21 37 36 2C
Octal 253 241 63 0 6 106 41 67 66 54
Binary 10101011 10100001 110011 0 110 1000110 100001 110111 110110 101100

Color Harmonies of #ABA133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA133

Black with #ABA133

Text Example


Text Example

White with #ABA133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA133; }

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

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

background-color css

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

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

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

border-color css

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

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

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